Skip to content

Commit dc48075

Browse files
authored
Fix typo
1 parent 5d18110 commit dc48075

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
@@ -60,7 +60,7 @@ $distance = $fromCoords->distanceTo($toCoords);
6060

6161
### Reverse Geocoding
6262

63-
To lookup an address from a set of GPD coordinate, use the `reverseGeocode` method, as shown below.
63+
To lookup an address from a set of GPS coordinate, use the `reverseGeocode` method, as shown below.
6464

6565
```php
6666
$address = $simpleGoogleMaps->reverseGeocode(new LatLong(51.5033635, -0.1276248));

0 commit comments

Comments
 (0)