From 4563f7acbf57d699ce43b7345e3977d334b93d8c Mon Sep 17 00:00:00 2001 From: Jake Burkhead Date: Sat, 6 Jan 2024 13:29:16 -0800 Subject: [PATCH] Fix link in Map component docs --- docs/api-reference/components/map.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api-reference/components/map.md b/docs/api-reference/components/map.md index f4551f55..ef073949 100644 --- a/docs/api-reference/components/map.md +++ b/docs/api-reference/components/map.md @@ -24,8 +24,7 @@ the library to reflect those values. ## Props -The MapProps interface extends the [google.maps.MapOptions interface] -(https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions) +The MapProps interface extends the [google.maps.MapOptions interface](https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions) and includes all possible options available for a Google Maps Platform Map. Additionally, there are other optional properties for the map component.