Skip to content

Commit 5c6f511

Browse files
authored
Merge pull request #96 from innovate-invent/patch-1
Clean up spelling and composition
2 parents 0d301fa + d4b56d9 commit 5c6f511

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)