We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d301fa commit d4b56d9Copy full SHA for d4b56d9
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