Skip to content

Commit

Permalink
Typo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpv committed Feb 9, 2018
1 parent 0d9e170 commit fe03f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/debugging-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you are using npm 4 then this will have copied your plugin's files instead of

3. `npm link ../relative-path-to/your-plugin/src`

Now the files under `/your-demo-or-test-folder/node_modules/your-plugin` are physically the same files that are located under `your-plugin/src`. This means that you can edit either `/your-demo-or-test-folder/node_modules/your-plugin` or ``your-plugin/src` and the changes will automatically update in the demo/test app.
Now the files under `/your-demo-or-test-folder/node_modules/your-plugin` are physically the same files that are located under `your-plugin/src`. This means that you can edit either `/your-demo-or-test-folder/node_modules/your-plugin` or `your-plugin/src` and the changes will automatically update in the demo/test app.

## <a name='Debugging'></a>Debugging

Expand Down

0 comments on commit fe03f27

Please sign in to comment.