Skip to content

Commit a7eb365

Browse files
chore: correctly pluralize users in README
1 parent f86b0fb commit a7eb365

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)