From 39353690b9ac78c65c4eda4a68176355d74e70d5 Mon Sep 17 00:00:00 2001 From: Twaambo Haamucenje Date: Fri, 5 Jan 2018 18:01:11 +0200 Subject: [PATCH] fix typo "Actons" to "Actions" --- docs/Listing/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Listing/actions.md b/docs/Listing/actions.md index 40753f5..eade725 100644 --- a/docs/Listing/actions.md +++ b/docs/Listing/actions.md @@ -38,7 +38,7 @@ Within our `abilities`, we will determine if the logged in user has the ability For this purpose we'll need to have the these `abilities` defined in our `Actions` service (See [Create Actions](/Listing/actions?id=create-actions) section). ```php -# Actons\Posts::class +# Actions\Posts::class /** * @param $user - Logged in user @@ -301,4 +301,4 @@ class ToggleSelected As like Single Actions, Batch Actions have the same set of methods to control them. -The difference between Single actions and Batch actions is that `Batch::handle()` method receives a collection of elements, rather then Single Action receives a single entity. \ No newline at end of file +The difference between Single actions and Batch actions is that `Batch::handle()` method receives a collection of elements, rather then Single Action receives a single entity.