From fe29cab13df319cf6f83bceaef1409e27cddc2f2 Mon Sep 17 00:00:00 2001 From: Aidan H Date: Wed, 20 Apr 2022 16:14:31 -0600 Subject: [PATCH] Fix small typo (#1829) --- docs/get-started/tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/tips-and-tricks.md b/docs/get-started/tips-and-tricks.md index 352f1502..7f632a69 100644 --- a/docs/get-started/tips-and-tricks.md +++ b/docs/get-started/tips-and-tricks.md @@ -65,7 +65,7 @@ In a moderately complex single-page app, as the user navigates through the UI, a ``` -Every time the user clicks the "table" tab, the map is unmounted. When they click the "map" tab, the map is mounted again. As of v2.0, mapbox-gl generates a [billable event](https://www.mapbox.com/pricing#maploads) every time a Map object is initialized. It is obviously not idea to get billed for just collapsing and expanding part of the UI. +Every time the user clicks the "table" tab, the map is unmounted. When they click the "map" tab, the map is mounted again. As of v2.0, mapbox-gl generates a [billable event](https://www.mapbox.com/pricing#maploads) every time a Map object is initialized. It is obviously not ideal to get billed for just collapsing and expanding part of the UI. In this case, it is recommended that you set the [reuseMaps](/docs/api-reference/map.md#reuseMaps) prop to `true`: