@@ -67,7 +67,7 @@ of [providers](#providers).
67
67
68
68
Choose the one that fits your need first. Let's say the ` GoogleMaps ` one is what
69
69
you were looking for, so let's see how to use it. In the code snippet below,
70
- ` curl ` has been choosen as [ HTTP layer] ( #http-adapters ) but it is up to you
70
+ ` curl ` has been chosen as [ HTTP layer] ( #http-adapters ) but it is up to you
71
71
since each HTTP-based provider implements
72
72
[ PSR-7] ( https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md ) .
73
73
@@ -225,7 +225,7 @@ default, but it is up to you to choose a different implementation.
225
225
### Providers
226
226
227
227
Providers perform the geocoding black magic for you (talking to the APIs,
228
- fetching results, dealing with errors, etc.) an are highly configurable.
228
+ fetching results, dealing with errors, etc.) and are highly configurable.
229
229
230
230
#### Address-based Providers
231
231
@@ -311,7 +311,7 @@ Page](http://wiki.openstreetmap.org/wiki/Nominatim) for more information.
311
311
312
312
##### TomTom
313
313
314
- The default langage -locale is ` en ` , you can choose between ` de ` , ` es ` , ` fr ` ,
314
+ The default language -locale is ` en ` , you can choose between ` de ` , ` es ` , ` fr ` ,
315
315
` it ` , ` nl ` , ` pl ` , ` pt ` and ` sv ` .
316
316
317
317
##### Yandex
@@ -329,7 +329,7 @@ Provider | Name | IPv4? | IPv6? | Multiple? | Terms | Notes
329
329
[ FreeGeoIp] ( http://freegeoip.net/ ) | ` free_geo_ip ` | yes | yes | no
330
330
[ GeoIPs] ( http://www.geoips.com/en/ ) | ` geo_ips ` | yes | no | no | requires API key
331
331
[ GeoIP2] ( https://www.maxmind.com/en/geoip2-databases ) (Maxmind) | ` maxmind_geoip2 ` | yes | yes | no
332
- [ GeoPlugin] ( http://www.geoplugin.com/ ) | ` geo_plugin ` | yes | yes | no
332
+ [ GeoPlugin] ( http://www.geoplugin.com/ ) | ` geo_plugin ` | yes | yes | no
333
333
[ HostIp] ( http://www.hostip.info/use.html ) | ` host_ip ` | yes | no | no
334
334
[ IpInfoDB] ( http://ipinfodb.com/ ) | ` ip_info_db ` | yes | no | no | requires API key | city precision
335
335
Geoip | ` geoip ` | yes | no | no | | wrapper around the [ PHP extension] ( http://php.net/manual/en/book.geoip.php ) which must be installed
@@ -531,7 +531,7 @@ file.
531
531
Unit Tests
532
532
----------
533
533
534
- In order to run the test suite, install the developement dependencies:
534
+ In order to run the test suite, install the development dependencies:
535
535
536
536
```
537
537
$ composer install --dev
0 commit comments