Skip to content

Commit d9f492c

Browse files
committed
Doc typos
1 parent 737bcb8 commit d9f492c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default Vuex.createStore({
170170

171171
There are a number of features which are worth explaining in more detail. Many of these can be configured - see the [Configuration](#configuration) section.
172172

173-
- _Includes_ - If the JSONAPI record contains an `includes` section, the data in this will be added to the store alongisde the 'main' records. (If includes are not used, then you will need to use [`getRelated`](#getrelated) to fetch relationships).
173+
- _Includes_ - If the JSONAPI record contains an `includes` section, the data in this will be added to the store alongside the 'main' records. (If includes are not used, then you will need to use [`getRelated`](#getrelated) to fetch relationships).
174174

175175
- _Follow relationships_ - `Relationships` specified as `data` resources in the JSONAPI data will be added alongside the attributes in the restructured data 'root' as a `get` getter property. Querying this key will return the record from the store, if present. Additionally, helper methods will be added to `_jv` to make dealing with these easier (see [Helper functions](#helper-functions))
176176

@@ -704,7 +704,7 @@ The current utility functions are:
704704

705705
Adds the 'helper' functions/properties to `_jv` in a restructured object.
706706

707-
`addJvHelpers` takes a restructured object as its argument, and returns (and modifies in-place) the obejct to include the helper methods (see [Helper functions](#helper-functions))
707+
`addJvHelpers` takes a restructured object as its argument, and returns (and modifies in-place) the object to include the helper methods (see [Helper functions](#helper-functions))
708708

709709
### `cleanPatch`
710710

0 commit comments

Comments
 (0)