Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ When performing a `delete` request, the plugin will not remove the corresponding
If you want to delete a record from the store after performing a delete request, you must pass the `delete` option.

```js
User.api().delete('/api/users/1'), {
User.api().delete('/api/users/1', {
delete: 1
})
```
Expand Down