Skip to content

Commit c6c8366

Browse files
committed
style(elevation): fix typo
1 parent d4799a4 commit c6c8366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/elevation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import useGoogleMap from './map-instance';
88
const useElevationService = (): google.maps.ElevationService | null => {
99
const {map} = useGoogleMap();
1010

11-
// Creates a Elevation Service instance
11+
// Creates an Elevation Service instance
1212
const elevationService =
1313
useMemo<google.maps.ElevationService | null>(() => {
1414
// Wait for map to be initialized

0 commit comments

Comments
 (0)