Skip to content

Commit 278574d

Browse files
Merge pull request #358 from ecirish/patch-1
Fix typos
2 parents 4f9aaa2 + c10d3db commit 278574d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
6363
## FeathersVuexFind
6464

65-
The `FeathersVuexFind` component retrieves data fomr the APi server, puts it in the Vuex store, then transparently retrieves the live, reactive data from the store and displays it to the user.
65+
The `FeathersVuexFind` component retrieves data from the API server, puts it in the Vuex store, then transparently retrieves the live, reactive data from the store and displays it to the user.
6666

6767
```vue
6868
<FeathersVuexFind service="users" :query="{}" watch="query">

0 commit comments

Comments
 (0)