Merge pull request #2232 from molcay/patch-1

Fix typo on CLI.md
This commit is contained in:
Jim LAURIE 2018-10-31 14:40:53 +01:00 committed by GitHub
commit e95403f1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ strapi generate:plugin <name>
Example: `strapi generate:plugin user` will create the plugin at `./plugins/user`.
Please refer to the [plugin develoment documentation](../plugin-development/quick-start.md) to know more.
Please refer to the [plugin development documentation](../plugin-development/quick-start.md) to know more.
***