Fix typo in documentation

This commit is contained in:
Frederic Guillot
2015-12-06 23:00:58 -05:00
parent 5c84996ee7
commit 7f3bf38e8d
84 changed files with 333 additions and 614 deletions

View File

@@ -17,14 +17,14 @@ Extending Access Map
--------------------
The Access List (ACL) is based on the controller class name and the method name.
The list of access are handled by the class `Kanboard\Core\Security\AccessMap`.
The list of access is handled by the class `Kanboard\Core\Security\AccessMap`.
There are two access map: one for the application and another one for projects.
- Application access map: `$this->applicationAccessMap`
- Project access map: `$this->projectAccessMap`
Example to define a new policy from your plugin:
Examples to define a new policy from your plugin:
```php
// All methods of the class MyController: