Skip to content

Commit

Permalink
Merge pull request #14 from twmbx/patch-2
Browse files Browse the repository at this point in the history
fix typo "Actons" to "Actions"
  • Loading branch information
endihunter authored Jan 5, 2018
2 parents 3c20036 + 3935369 commit cf063af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Listing/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit cf063af

Please sign in to comment.