File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
3333a *bulky * app with *every * possible feature you might ever need, a Symfony app is
3434small, 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
257257app back in its original state. Experiment without worry.
258258
259259More Features, Architecture and Speed
Original file line number Diff line number Diff line change @@ -290,8 +290,7 @@ Environment Variables
290290---------------------
291291
292292Every 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
296295Symfony follows the industry best practice by storing server-based configuration
297296as *environment * variables. This means that Symfony works *perfectly * with
You can’t perform that action at this time.
0 commit comments