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.