Skip to content

Commit 8eb0621

Browse files
cameroncfphortx
authored andcommitted
Minor Spelling Edits (#75)
* Minor copy edits I enabled OCD mode and found these. * Putting link back. Link still broken - this is global setting maybe?
1 parent ecbe09b commit 8eb0621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You should have basic knowledge of [GraphQL](http://graphql.org/), [Vue](https:/
2525

2626
## Actions
2727

28-
While using Vuex-ORM with the GraphQL plugin you have to distinct between two types of Vuex actions:
28+
While using Vuex-ORM with the GraphQL plugin you have to distinguish between two types of Vuex actions:
2929

3030
- Vuex-ORM actions: Retrieve data from or save data to Vuex (`Vue Component <--> Vuex Store`)
3131
- Persistence actions: Load data from or persist data to the GraphQL API (`Vuex Store <--> GraphQL Server`)
@@ -73,7 +73,7 @@ After [installing](setup.md) this plugin you can load data in your component:
7373
7474
7575
async mounted() {
76-
// Load all users form the server
76+
// Load all users from the server
7777
await User.fetch();
7878
},
7979

0 commit comments

Comments
 (0)