Skip to content

Commit 7e8e515

Browse files
committed
Correct spelling & grammar in 4.4 quick_tour/
1 parent 62c0653 commit 7e8e515

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

quick_tour/flex_recipes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ are included in your ``composer.json`` file:
2929
"symfony/yaml": "^4.1"
3030
}
3131
32-
This makes Symfony different than any other PHP framework! Instead of starting with
32+
This makes Symfony different from any other PHP framework! Instead of starting with
3333
a *bulky* app with *every* possible feature you might ever need, a Symfony app is
3434
small, simple and *fast*. And you're in total control of what you add.
3535

@@ -253,7 +253,7 @@ Not convinced yet? No problem: remove the library:
253253
254254
$ composer remove api
255255
256-
Flex will *uninstall* the recipes: removing files and un-doing changes to put your
256+
Flex will *uninstall* the recipes: removing files and undoing changes to put your
257257
app back in its original state. Experiment without worry.
258258

259259
More Features, Architecture and Speed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ Environment Variables
290290
---------------------
291291

292292
Every app contains configuration that's different on each server - like database
293-
connection information or passwords. How should these be stored? In files? Or some
294-
other way?
293+
connection information or passwords. How should these be stored? In files? Or another way?
295294

296295
Symfony follows the industry best practice by storing server-based configuration
297296
as *environment* variables. This means that Symfony works *perfectly* with

0 commit comments

Comments
 (0)