diff --git a/Creating-a-plugin.md b/Creating-a-plugin.md
index 06efbd1..6fb7c4d 100644
--- a/Creating-a-plugin.md
+++ b/Creating-a-plugin.md
@@ -172,9 +172,9 @@ Etherpad allows you to easily create front-end tests for plugins.
### Tip to ease your life
-Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere.
-Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one).
-That way, the time you do the tests on your front-end test, you will only have your that runs.
+Move all the files from %etherpad_root_folder%/tests/frontend/specs folder elsewhere.
+Do the same for the plugins that have a test file in their %your_plugin%/static/tests/frontend/specs folder (after the step before, just run the test to see what plugins have one).
+That way, the time you do the tests on your front-end test, you will only have your that runs.
Once your test is good, don't forget to put back all the files.
## Publishing your plugin