Skip to content

Commit d4b56d9

Browse files
Clean up spelling and composition
1 parent 0d301fa commit d4b56d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/custom-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class User extends Model {
7575
}
7676
```
7777

78-
Well of crouse in this case, you must call that method from Model and not from `api()` method.
78+
In this case, you must call the method from Model and not from `api()`.
7979

8080
```js
8181
User.fetchById(1)

0 commit comments

Comments
 (0)