Skip to content

Commit f4e7d7e

Browse files
authored
docs: fix type in delete code example (#125)
1 parent 16e73a8 commit f4e7d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When performing a `delete` request, the plugin will not remove the corresponding
126126
If you want to delete a record from the store after performing a delete request, you must pass the `delete` option.
127127

128128
```js
129-
User.api().delete('/api/users/1'), {
129+
User.api().delete('/api/users/1', {
130130
delete: 1
131131
})
132132
```

0 commit comments

Comments
 (0)