Skip to content

Commit

Permalink
Clean up spelling and composition
Browse files Browse the repository at this point in the history
  • Loading branch information
innovate-invent authored Jan 6, 2020
1 parent 0d301fa commit d4b56d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/custom-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class User extends Model {
}
```

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()`.

```js
User.fetchById(1)
Expand Down

0 comments on commit d4b56d9

Please sign in to comment.