Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d5c673

Browse files
committed
Fix typos
1 parent a5ed4c6 commit 9d5c673

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ of [providers](#providers).
6767

6868
Choose the one that fits your need first. Let's say the `GoogleMaps` one is what
6969
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
7171
since each HTTP-based provider implements
7272
[PSR-7](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md).
7373

@@ -225,7 +225,7 @@ default, but it is up to you to choose a different implementation.
225225
### Providers
226226

227227
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.
229229

230230
#### Address-based Providers
231231

@@ -311,7 +311,7 @@ Page](http://wiki.openstreetmap.org/wiki/Nominatim) for more information.
311311

312312
##### TomTom
313313

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`,
315315
`it`, `nl`, `pl`, `pt` and `sv`.
316316

317317
##### Yandex
@@ -329,7 +329,7 @@ Provider | Name | IPv4? | IPv6? | Multiple? | Terms | Notes
329329
[FreeGeoIp](http://freegeoip.net/) | `free_geo_ip` | yes | yes | no
330330
[GeoIPs](http://www.geoips.com/en/) | `geo_ips` | yes | no | no | requires API key
331331
[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
333333
[HostIp](http://www.hostip.info/use.html) | `host_ip` | yes | no | no
334334
[IpInfoDB](http://ipinfodb.com/) | `ip_info_db` | yes | no | no | requires API key | city precision
335335
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.
531531
Unit Tests
532532
----------
533533

534-
In order to run the test suite, install the developement dependencies:
534+
In order to run the test suite, install the development dependencies:
535535

536536
```
537537
$ composer install --dev

0 commit comments

Comments
 (0)