From e6842187405e24d9cb1415b97f9b1093dd9af605 Mon Sep 17 00:00:00 2001 From: Aleksandar Sotirovski <3906239+leksinteractive@users.noreply.github.com> Date: Wed, 3 Apr 2019 15:37:16 +0800 Subject: [PATCH] Fix typo (#987) --- doc/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index fa3def198..118b9854b 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -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 @@ -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,