From e9e061db1bb19ccc2792331f5f6104b92b51aa69 Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Wed, 16 Aug 2017 19:55:15 +0200 Subject: [PATCH] Wording --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)