Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 41941b1

Browse files
authored
docs: fix typo in simple example (#244)
1 parent 8b75899 commit 41941b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To support language features like "go-to definition" across multiple files, plea
7777
```js
7878
// .graphqlrc.yml
7979
schema: "schema.graphql"
80-
documents: "src/**/*.{graphql,js,ts,jsx,tsx"
80+
documents: "src/**/*.{graphql,js,ts,jsx,tsx}"
8181
```
8282

8383
### Advanced Example

0 commit comments

Comments
 (0)