Skip to content

Commit 8002dc8

Browse files
authored
Merge pull request #6 from langleyfoxall/feature/readme-typo
Fix typo
2 parents 1d314d0 + dc48075 commit 8002dc8

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

6262
### Reverse Geocoding
6363

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

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

0 commit comments

Comments
 (0)