Skip to content

Commit a06c345

Browse files
committed
style(google-maps-provider): adjust comment for hot modules
1 parent 7ca3064 commit a06c345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/google-maps-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const GoogleMapsProvider: React.FunctionComponent<
151151

152152
// Handle Google Maps map instance
153153
useEffect(() => {
154-
// Check for google.maps is needed because of Hot Module loading
154+
// Check for google.maps is needed because of Hot Module Replacement
155155
if (
156156
isLoadingAPI ||
157157
!mapContainer ||

0 commit comments

Comments
 (0)