We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d301fa + d4b56d9 commit 5c6f511Copy full SHA for 5c6f511
docs/guide/custom-actions.md
@@ -75,7 +75,7 @@ class User extends Model {
75
}
76
```
77
78
-Well of crouse in this case, you must call that method from Model and not from `api()` method.
+In this case, you must call the method from Model and not from `api()`.
79
80
```js
81
User.fetchById(1)
0 commit comments