Skip to content

Commit

Permalink
Fix the changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo authored and n1ru4l committed Feb 3, 2023
1 parent ed3ef46 commit f16fc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/short-toes-relax.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Add a feature to transform documents.

Plugin will have the following functions:
```my-plugin.js
```js
module.exports = {
plugin: () => {
return 'hello'
Expand Down Expand Up @@ -46,7 +46,7 @@ export default config

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

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

module.exports = {
Expand Down

0 comments on commit f16fc4c

Please sign in to comment.