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)