From 929bb6ce2859f438e97d662caf1ed03273b8f0f7 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Wed, 17 Jul 2024 14:43:21 +0100 Subject: [PATCH] fix typo --- docs/content/api/l-rectangle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/l-rectangle.md b/docs/content/api/l-rectangle.md index 1e8689d..da0933f 100644 --- a/docs/content/api/l-rectangle.md +++ b/docs/content/api/l-rectangle.md @@ -19,7 +19,7 @@ Mandatory HTML properties to successfully instantiate. | Attribute | Example | Description | | -- | -- | -- | -| lat-lng | [[0, 0], [5, 5]] | LatLngBounds to define extent | +| lat-lng-bounds | [[0, 0], [5, 5]] | LatLngBounds to define extent | ## Properties