Skip to content

Commit 02156d6

Browse files
committed
minor #11471 Minor typo update for readability (shreypuranik)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11471). Discussion ---------- Minor typo update for readability Commits ------- 3b339be Minor typo update for readability
2 parents 93be6df + 3b339be commit 02156d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Creating a Page: Route and Controller
4141
article and can access your new Symfony app in the browser.
4242

4343
Suppose you want to create a page - ``/lucky/number`` - that generates a lucky (well,
44-
random) number and prints it. To do that, create a "Controller class" and a
44+
random) number and prints it. To do that, create a "Controller" class and a
4545
"controller" method inside of it that will be executed when someone goes to
4646
``/lucky/number``::
4747

0 commit comments

Comments
 (0)