summaryrefslogtreecommitdiff
path: root/doc/plugin-group-provider.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugin-group-provider.markdown')
-rw-r--r--doc/plugin-group-provider.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugin-group-provider.markdown b/doc/plugin-group-provider.markdown
index b62ecaa6..4d73b740 100644
--- a/doc/plugin-group-provider.markdown
+++ b/doc/plugin-group-provider.markdown
@@ -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.