Skip to content

Commit

Permalink
Merge pull request #96 from innovate-invent/patch-1
Browse files Browse the repository at this point in the history
Clean up spelling and composition
  • Loading branch information
kiaking authored Jan 7, 2020
2 parents 0d301fa + d4b56d9 commit 5c6f511
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 5c6f511

Please sign in to comment.