Skip to content

Commit 6afc80b

Browse files
javiereguiluzweaverryan
authored andcommitted
Removed a wrongly inserted comma
1 parent e004661 commit 6afc80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Understanding the Fundamentals
7878

7979
One of the main goals of a framework is to keep your code organized and allow
8080
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
81+
calls, HTML tags and business logic in the same script. To achieve this goal
8282
with Symfony, you'll first need to learn a few fundamental concepts and terms.
8383

8484
Symfony comes with some sample code that you can use to learn more about its

0 commit comments

Comments
 (0)