File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ store.dispatch('todos/create', newTodo)
292
292
293
293
#### ` update(paramArray) `
294
294
Update (overwrite) a record.
295
- - ` paramArray {Array} ` - array contailning the three parameters update takes.
295
+ - ` paramArray {Array} ` - array containing the three parameters update takes.
296
296
- ` id {Number|String} ` - the ` id ` of the existing record being requested from the API server.
297
297
- ` data {Object} ` - the data that will overwrite the existing record
298
298
- ` params {Object} ` - An object containing a ` query ` object.
@@ -320,7 +320,7 @@ export default {
320
320
321
321
#### ` patch(paramArray) `
322
322
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.
324
324
- ` id {Number|String} ` - the ` id ` of the existing record being requested from the API server.
325
325
- ` data {Object} ` - the data that will be merged into the existing record
326
326
- ` params {Object} ` - An object containing a ` query ` object.
You can’t perform that action at this time.
0 commit comments