Skip to content

Commit b40d49d

Browse files
committed
Fixed typos
1 parent 71ba722 commit b40d49d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Command/GeocodeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function configure()
3737
3838
You can force a provider with the "provider" option.
3939
40-
<info>php app/console geocoder:geocoder "Eifel Tower" --provider=yahoo</info>
40+
<info>php app/console geocoder:geocoder "Eiffel Tower" --provider=yahoo</info>
4141
HELP
4242
);
4343
}

Provider/CacheProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class CacheProvider implements ProviderInterface
4444
* @param Cache $cache The cache interface
4545
* @param ProviderInterface $provider The fallback provider
4646
* @param integer $lifetime The cache lifetime
47+
* @param string $locale
4748
*/
4849
public function __construct(Cache $cache, ProviderInterface $provider, $lifetime = 0, $locale = null)
4950
{

Resources/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function geocodeAction(Request $request)
150150
```
151151

152152
To register a new dumper, you must tag it with _geocoder.dumper_.
153-
Geocoder detect and register it automaticly.
153+
Geocoder detect and register it automatically.
154154

155155
A little example:
156156

0 commit comments

Comments
 (0)