fix a typo

This commit is contained in:
kumy 2015-09-28 21:07:57 +02:00
parent 8c8d0ac7ee
commit 3b7a6951ed

View File

@ -134,7 +134,7 @@ NPM (Node Packaged Modules) is a package manager and code repository for JavaScr
NPM has an excellent [developers guide](https://www.npmjs.org/doc/misc/npm-developers.html) to help you through the process.
When you publish your plugin you should add a depenency on `leaflet` to your `package.json` file. This will automatically install Leaflet when your package is installed.
When you publish your plugin you should add a dependency on `leaflet` to your `package.json` file. This will automatically install Leaflet when your package is installed.
Here is an example of a `package.json` file for a Leaflet plugin.