Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Nov 17, 2021
1 parent c4d4bf4 commit b398b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-app/src/utils/geolocationutils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export async function executeSearchWithUserLocation(
},
(err) => {
console.error(err);
console.error('unable to determine user location.');
console.error('Unable to determine user\'s location.');
},
Object.assign(defaultGeolocationOptions, geolocationOptions)
);
} else {
console.warn('unable to determine user location.');
console.warn('Unable to determine user\'s location.');
}
executeSearch();
}

0 comments on commit b398b42

Please sign in to comment.