Skip to content

Commit adc4630

Browse files
committed
minor #14134 Fix minor typo (jschaedl)
This PR was merged into the 4.4 branch. Discussion ---------- Fix minor typo <!-- 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 `master` for features of unreleased versions). --> Commits ------- 84c0a78 Fix minor typo
2 parents 7dd443b + 84c0a78 commit adc4630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ that different paths were handled by different PHP files.
188188
In any case you have to create a ``public/index.php`` that will start
189189
your Symfony application by either copying the file from the
190190
``FrameworkBundle``-recipe or by using Flex and requiring the
191-
FrameworkBundle. You will also likely have to update you web server
191+
FrameworkBundle. You will also likely have to update your web server
192192
(e.g. Apache or nginx) to always use this front controller. You can
193193
look at :doc:`Web Server Configuration </setup/web_server_configuration>`
194194
for examples on how this might look. For example when using Apache you can

0 commit comments

Comments
 (0)