We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4799a4 commit c6c8366Copy full SHA for c6c8366
src/hooks/elevation.ts
@@ -8,7 +8,7 @@ import useGoogleMap from './map-instance';
8
const useElevationService = (): google.maps.ElevationService | null => {
9
const {map} = useGoogleMap();
10
11
- // Creates a Elevation Service instance
+ // Creates an Elevation Service instance
12
const elevationService =
13
useMemo<google.maps.ElevationService | null>(() => {
14
// Wait for map to be initialized
0 commit comments