Skip to content

Correct spelling & grammar in 4.4 quick_tour/ #16279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quick_tour/flex_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ are included in your ``composer.json`` file:
"symfony/yaml": "^4.1"
}

This makes Symfony different than any other PHP framework! Instead of starting with
This makes Symfony different from any other PHP framework! Instead of starting with
a *bulky* app with *every* possible feature you might ever need, a Symfony app is
small, simple and *fast*. And you're in total control of what you add.

Expand Down Expand Up @@ -253,7 +253,7 @@ Not convinced yet? No problem: remove the library:

$ composer remove api

Flex will *uninstall* the recipes: removing files and un-doing changes to put your
Flex will *uninstall* the recipes: removing files and undoing changes to put your
app back in its original state. Experiment without worry.

More Features, Architecture and Speed
Expand Down
3 changes: 1 addition & 2 deletions quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ Environment Variables
---------------------

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

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