Skip to content

Commit 98b3f79

Browse files
committed
docs clearer wording
1 parent 9f4b25d commit 98b3f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
Let's review each of the numbered comments, above:
7070

7171
1. Get a reference to the model class. With the Vue Composition API, there's no `this` object. It has been replaced by the context object. So, only when using the composition API, the `$FeathersVuex` object is found at `context.root.$FeathersVuex`
72-
2. Create a computed property for the params. Return an object with a `query` object.
72+
2. Create a computed property for the params. Return an object with a nested `query` object.
7373

7474
### Options
7575

0 commit comments

Comments
 (0)