Small typo in PLUGIN-GUIDE.md (#5524)

Fixed a small typo
This commit is contained in:
Hinrich 2017-05-21 23:18:30 +02:00 committed by Iván Sánchez Ortega
parent cdbbfb8de3
commit d2c6bed2ff

View File

@ -205,7 +205,7 @@ You can add support for AMD/CommonJS loaders to your Leaflet plugin by following
}, window));
```
Now your plugin is available as an AMD and CommonJS module and can used used in module loaders like Browserify and RequireJS.
Now your plugin is available as an AMD and CommonJS module and can be used in module loaders like Browserify and RequireJS.
## Adding to the plugins list