8000 Merge pull request #77 from manniL/patch-1 · PQS-LAB/vue-api-query@45ea435 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45ea435

Browse files
Merge pull request robsontenorio#77 from manniL/patch-1
chore: correctly pluralize users in README
2 parents f86b0fb + a7eb365 commit 45ea435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ user: {
699699
An array of items from backend would be converted in the same way, **ONLY** if it responds in these formats:
700700

701701
```js
702-
let user = await User.get()
702+
let users = await User.get()
703703
```
704704

705705
```js

0 commit comments

Comments
 (0)
0