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

@@ -14,7 +14,7 @@ Group Provider Workflow
1. The end-user start to type the group name in the auto-complete field
2. The `GroupManager` class will execute the query across all registered group providers
3. Results are merged an returned to the user interface
3. Results are merged and returned to the user interface
4. After selecting a group, the information of the group are synced to the local database if necessary
Group Provider Interface
@@ -35,7 +35,7 @@ Group Backend Provider Interface
Interface to implement: `Kanboard\Core\Group\GroupBackendProviderInterface`.
This interface require only one method: `find($input)`.
This interface requires only one method: `find($input)`.
The argument `$input` is the text entered from the user interface.
This method must return a list of `GroupProviderInterface`, this is the result of the search.