From 85378efadee814589745463168ccca8e4493aeb6 Mon Sep 17 00:00:00 2001 From: Dan Cielos Date: Fri, 23 May 2025 13:28:26 -0600 Subject: [PATCH] Update README.md (fixed a typo) (#1210) Hi! I found a simple typo on README, so I figured I might as well fix it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4131748..0f62dbd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ export default function SimpleMap(){ ### My map doesn't appear! -- Make sure the container element has width and height. The map will try to fill the parent container, but if the container has no size, the map will collapse to 0 width / height. This is not a requirement for google-map-react, [its a requirement for google-maps in general](https://developers.google.com/maps/documentation/javascript/tutorial). +- Make sure the container element has width and height. The map will try to fill the parent container, but if the container has no size, the map will collapse to 0 width / height. This is not a requirement for google-map-react, [it's a requirement for google-maps in general](https://developers.google.com/maps/documentation/javascript/tutorial). ## Installation