Skip to content

Commit c522b26

Browse files
committed
minor #16234 [Page Creation] Correct spelling & grammar in page-creation.rst (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- [Page Creation] Correct spelling & grammar in page-creation.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 4cae90a Correct spelling & grammar in page-creation.rst
2 parents c7939d0 + 4cae90a commit c522b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

page_creation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ That's it! If you are using Symfony web server, try it out by going to: http://l
7979

8080
If you see a lucky number being printed back to you, congratulations! But before
8181
you run off to play the lottery, check out how this works. Remember the two steps
82-
to creating a page?
82+
to create a page?
8383

8484
#. *Create a controller and a method*: This is a function where *you* build the page and ultimately
8585
return a ``Response`` object. You'll learn more about :doc:`controllers </controller>`
8686
in their own section, including how to return JSON responses;
87-
87+
8888
#. *Create a route*: In ``config/routes.yaml``, the route defines the URL to your
8989
page (``path``) and what ``controller`` to call. You'll learn more about :doc:`routing </routing>`
9090
in its own section, including how to make *variable* URLs.
@@ -140,7 +140,7 @@ Second, after this package was downloaded, Flex runs a *recipe*, which is a
140140
set of automated instructions that tell Symfony how to integrate an external
141141
package. `Flex recipes`_ exist for many packages and have the ability
142142
to do a lot, like adding configuration files, creating directories, updating ``.gitignore``
143-
and adding new config to your ``.env`` file. Flex *automates* the installation of
143+
and adding a new config to your ``.env`` file. Flex *automates* the installation of
144144
packages so you can get back to coding.
145145

146146
The bin/console Command

0 commit comments

Comments
 (0)