We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e004661 commit 6afc80bCopy full SHA for 6afc80b
quick_tour/the_big_picture.rst
@@ -78,7 +78,7 @@ Understanding the Fundamentals
78
79
One of the main goals of a framework is to keep your code organized and allow
80
your application to evolve easily over time by avoiding the mixing of database
81
-calls, HTML tags, and business logic in the same script. To achieve this goal
+calls, HTML tags and business logic in the same script. To achieve this goal
82
with Symfony, you'll first need to learn a few fundamental concepts and terms.
83
84
Symfony comes with some sample code that you can use to learn more about its
0 commit comments