Skip to content

Commit f16fc4c

Browse files
kazekyon1ru4l
authored andcommitted
Fix the changeset
1 parent ed3ef46 commit f16fc4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/short-toes-relax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Add a feature to transform documents.
1111

1212
Plugin will have the following functions:
13-
```my-plugin.js
13+
```js
1414
module.exports = {
1515
plugin: () => {
1616
return 'hello'
@@ -46,7 +46,7 @@ export default config
4646

4747
For example, to remove a `@localOnlyDirective` directive from documents:
4848

49-
```my-plugin.js
49+
```js
5050
const { visit, print } = require('graphql')
5151

5252
module.exports = {

0 commit comments

Comments
 (0)