Skip to content

Commit

Permalink
Fix typo (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
leksinteractive authored and theofidry committed Apr 3, 2019
1 parent 8678b22 commit e684218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $objectSet = $loader->loadFile(
### Symfony

Alice comes with a Symfony Bundle
[`NelmioAliceBundle`](/src/Bridge/Symfony/NelmioAliceBundle.php). To enabled it,
[`NelmioAliceBundle`](/src/Bridge/Symfony/NelmioAliceBundle.php). To enable it,
update your application kernel:

```php
Expand All @@ -152,7 +152,7 @@ You can then configure the bundle to your needs:

nelmio_alice:
locale: 'en_US' # Default locale for the Faker Generator
seed: 1 # Value used make sure Faker generates data consistently across
seed: 1 # Value used to make sure Faker generates data consistently across
# runs, set to null to disable.
functions_blacklist: # Some Faker formatter may have the same name as PHP
- 'current' # native functions. PHP functions have the priority,
Expand Down

0 comments on commit e684218

Please sign in to comment.