Skip to content

Commit 3b339be

Browse files
shreypuranikjaviereguiluz
authored andcommitted
Minor typo update for readability
1 parent 93be6df commit 3b339be

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)