From 397fda7f5388083ba0a2f9901abf986b1d51bdd3 Mon Sep 17 00:00:00 2001 From: kaylanm Date: Mon, 28 Nov 2016 02:46:22 -0500 Subject: [PATCH] Fix docs to match GeoJSON case change. (#260) --- docs/API.md | 2 +- docs/Components.md | 4 ++-- docs/Extending.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/API.md b/docs/API.md index 92eaaa37..167e4a27 100644 --- a/docs/API.md +++ b/docs/API.md @@ -50,7 +50,7 @@ Check Leaflet documentation for the events associated to each component. - [Other Layers](Components.md#other-layers) - [LayerGroup](Components.md#layergroup) - [FeatureGroup](Components.md#featuregroup) - - [GeoJson](Components.md#geojson) + - [GeoJSON](Components.md#geojson) - [Controls](Components.md#controls) - [AttributionControl](Components.md#attributioncontrol) - [LayersControl](Components.md#layerscontrol) diff --git a/docs/Components.md b/docs/Components.md index 2c9ad739..9ac3f20b 100644 --- a/docs/Components.md +++ b/docs/Components.md @@ -28,7 +28,7 @@ You can directly access the Leaflet element created by a component using `this.l - [Rectangle](#rectangle) - [Other Layers](#other-layers) - [FeatureGroup](#featuregroup) - - [GeoJson](#geojson) + - [GeoJSON](#geojson) - [GridLayer](#gridlayer) - [LayerGroup](#layergroup) - [Controls](#controls) @@ -194,7 +194,7 @@ All vector layers extend the **Path** component and therefore accept dynamic [Pa Extended `LayerGroup` supporting a `Popup` child. -### GeoJson +### GeoJSON [Leaflet reference](http://leafletjs.com/reference-1.0.0.html#geojson) diff --git a/docs/Extending.md b/docs/Extending.md index e4ac0ee7..d01df660 100644 --- a/docs/Extending.md +++ b/docs/Extending.md @@ -26,7 +26,7 @@ Make sure to read the [how it works page](How%20it%20works.md) of this documenta - [`Circle`](Components.md#circle) - [`CircleMarker`](Components.md#circlemarker) - [`FeatureGroup`](Components.md#featuregroup) - - [`GeoJson`](Components.md#geojson) + - [`GeoJSON`](Components.md#geojson) - [`Polygon`](Components.md#polygon) - [`Polyline`](Components.md#polyline) - [`Rectangle`](Components.md#rectangle)