Skip to content

Commit e430436

Browse files
Update README.md
1 parent 2651994 commit e430436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `useGoogleAutocomplete` hook takes 2 arguments
3434
| components | optional - A grouping of places to which you would like to restrict your results |
3535
| radius | optional - The distance (in meters) within which to return place results |
3636
| lat | optional - The latitude. If provided, lng is required |
37-
| lng | optional - The longitue. If provided, lat is required |
37+
| lng | optional - The longitude. If provided, lat is required |
3838
| strictBounds | optional - Returns only places that are strictly within the region defined by location and radius. |
3939
| proxyUrl | optional - This is required if you want to use the hook in a Web based platform. Since we dont use the Google SDK, the http call will fail because of issues related to CORS unless a proxyUrl is provided |
4040

0 commit comments

Comments
 (0)