diff --git a/docs/plugins.md b/docs/plugins.md index 4a4049fbe1..0e0f2c137a 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -192,7 +192,7 @@ The admin panel is a [React](https://facebook.github.io/react/) application whic To start the project in development mode: - Open a new tab in you terminal - Move to the `./plugins/my-plugin` folder - - For the moment `npm link strapi-helper-plugin` + - For now `npm link strapi-helper-plugin` - Install the dependencies: `npm install` - Start the project: `npm start` - Open the admin panel in your web browser: [http://localhost:1337](http://localhost:1337)