diff --git a/PLUGIN-GUIDE.md b/PLUGIN-GUIDE.md index dec6db05..7cd1cd02 100644 --- a/PLUGIN-GUIDE.md +++ b/PLUGIN-GUIDE.md @@ -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.