From d4b56d9774dded3295721957c9a63bed511d5af2 Mon Sep 17 00:00:00 2001 From: Nolan Woods Date: Mon, 6 Jan 2020 11:36:03 -0800 Subject: [PATCH] Clean up spelling and composition --- docs/guide/custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/custom-actions.md b/docs/guide/custom-actions.md index da7a509..81723f5 100644 --- a/docs/guide/custom-actions.md +++ b/docs/guide/custom-actions.md @@ -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)