Skip to content

Commit

Permalink
Fix markdown code block language tag in README.md (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Sep 21, 2021
1 parent 7b81612 commit e071b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ query MyQuery {

If you have configured [the webpack graphql-tag/loader](#webpack-loading-and-preprocessing), you can import modules containing graphQL queries. The imported value will be the pre-built AST.

```graphql
```js
import MyQuery from 'query.graphql'
```

Expand Down

0 comments on commit e071b50

Please sign in to comment.