Small typo (#5849)

This commit is contained in:
Raymond Duckworth 2017-10-19 00:07:55 -07:00 committed by Per Liedman
parent c0bc8ffe71
commit e63370ab4c

View File

@ -23,7 +23,7 @@ This guide lists a number of best practices for publishing a Leaflet plugin that
### Repository
The best place to put your Leaflet plugin to is a separate [GitHub](http://github.com) repository.
The best place to put your Leaflet plugin is a separate [GitHub](http://github.com) repository.
If you create a collection of plugins for different uses,
don't put them in one repo —
it's usually easier to work with small, self-contained plugins in individual repositories.