fix grammar issue

Signed-off-by: Jake Sylvestre <jakesyl@gmail.com>
This commit is contained in:
Jake Sylvestre 2020-07-28 14:06:44 -04:00
parent cf278ae56d
commit 79fc341d11

View File

@ -84,7 +84,7 @@ You gain the ability to modify these files without forking the plugin package, h
### Can I add my own 3rd party auth provider
Yes you can either follow the following [guide](../plugins/users-permissions.md#adding-a-new-provider-to-your-project) or you can take a look at the [users-permissions](https://github.com/strapi/strapi/tree/master/packages/strapi-plugin-users-permissions) and submit a pull request to include the provider for everyone. Eventually Strapi does plan to move from the current grant/purest provider to a split natured system similar to the upload providers.
Yes, you can either follow the following [guide](../plugins/users-permissions.md#adding-a-new-provider-to-your-project) or you can take a look at the [users-permissions](https://github.com/strapi/strapi/tree/master/packages/strapi-plugin-users-permissions) and submit a pull request to include the provider for everyone. Eventually Strapi does plan to move from the current grant/purest provider to a split natured system similar to the upload providers.
There is currently no ETA on this migration however.