From 5b6532ffa821ba186d90779093763f5da5f1190f Mon Sep 17 00:00:00 2001 From: Thomas Mills Date: Thu, 5 Dec 2024 13:33:19 +0100 Subject: [PATCH] fix: two typos fixed --- src/stories/pages/React/GeoJSONLayer/index.mdx | 2 +- src/stories/pages/React/MarkerClusterSpiderfy/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stories/pages/React/GeoJSONLayer/index.mdx b/src/stories/pages/React/GeoJSONLayer/index.mdx index ac67082..baf87c9 100644 --- a/src/stories/pages/React/GeoJSONLayer/index.mdx +++ b/src/stories/pages/React/GeoJSONLayer/index.mdx @@ -91,7 +91,7 @@ In the above example, each record has the Geometry type `Point`. Assuming valid The default marker type and styling options returned from `L.geoJSON` can be customized through the secondary GeoJSON options argument. -Alternative GeoJSON types inlude `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, and `MultiPolygon`. +Alternative GeoJSON types include `Point`, `LineString`, `Polygon`, `MultiPoint`, `MultiLineString`, and `MultiPolygon`. ## How to implement diff --git a/src/stories/pages/React/MarkerClusterSpiderfy/index.mdx b/src/stories/pages/React/MarkerClusterSpiderfy/index.mdx index a20a4b4..75fa747 100644 --- a/src/stories/pages/React/MarkerClusterSpiderfy/index.mdx +++ b/src/stories/pages/React/MarkerClusterSpiderfy/index.mdx @@ -63,7 +63,7 @@ There are two options for how to display the cluster: ## How to implement -To implement marker clustering with Leaflet, there are X files: +To implement marker clustering with Leaflet, there are 11 files: 1. The React component - [MarkerClusterSpiderfy.tsx](#--markerclusterspiderfytsx) (*This is based on the [BaseMap component example](./?path=/docs/react-baselayer--docs) so includes a dependency on [`utils/getCrsRd`](./?path=/docs/react-baselayer--docs#--getcrsrdts).*)