Skip to content

Commit f9517bb

Browse files
author
Guillaume Chau
authored
Fix typo
1 parent 135a966 commit f9517bb

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
@@ -394,7 +394,7 @@ Here, `skip` will be called automatically when the `skipQuery` component propert
394394
You can also access the query directly and set the `skip` property:
395395

396396
```javascript
397-
this.$apollo.quries.tags.skip = true
397+
this.$apollo.queries.tags.skip = true
398398
```
399399

400400
### Advanced options

0 commit comments

Comments
 (0)