Skip to content

Commit db794d7

Browse files
author
Ray Foss
authored
spello
1 parent 9f1f69f commit db794d7

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
@@ -292,7 +292,7 @@ store.dispatch('todos/create', newTodo)
292292

293293
#### `update(paramArray)`
294294
Update (overwrite) a record.
295-
- `paramArray {Array}` - array contailning the three parameters update takes.
295+
- `paramArray {Array}` - array containing the three parameters update takes.
296296
- `id {Number|String}` - the `id` of the existing record being requested from the API server.
297297
- `data {Object}` - the data that will overwrite the existing record
298298
- `params {Object}` - An object containing a `query` object.
@@ -320,7 +320,7 @@ export default {
320320

321321
#### `patch(paramArray)`
322322
Patch (merge in changes) one or more records
323-
- `paramArray {Array}` - array contailning the three parameters patch takes.
323+
- `paramArray {Array}` - array containing the three parameters patch takes.
324324
- `id {Number|String}` - the `id` of the existing record being requested from the API server.
325325
- `data {Object}` - the data that will be merged into the existing record
326326
- `params {Object}` - An object containing a `query` object.

0 commit comments

Comments
 (0)