From d78dc212093179fbb54fae303b92e530a5543090 Mon Sep 17 00:00:00 2001 From: Stephen Ham Date: Fri, 2 Jun 2017 02:46:07 -0600 Subject: [PATCH] Update plugins.md (#5545) Fixed grammar & capitalization errors on line #3803 to "not required by all Leaflet users" from "not required by all of Leaflet users" and to "JavaScript" from "javascript". --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index e4365b9e..0b314790 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3800,7 +3800,7 @@ The following plugins integrate Leaflet into third party services or websites. ## Develop your own -Leaflet keeps it simple. If you can think of a feature that is not required by all of Leaflet users, and you can write the javascript code in a reusable way, you've got yourself a Leaflet plugin already. +Leaflet keeps it simple. If you can think of a feature that is not required by all Leaflet users, and you can write the JavaScript code in a reusable way, you've got yourself a Leaflet plugin already. There are no hard requirements on how to create your own plugin, but all developers are encouraged to read the recommendations in the [plugin guide](https://github.com/Leaflet/Leaflet/blob/master/PLUGIN-GUIDE.md).