Skip to content

Commit 34d9651

Browse files
committed
minor #19375 Update controller.rst (Sarah-eit)
This PR was submitted for the 6.4 branch but it was merged into the 6.3 branch instead. Discussion ---------- Update controller.rst Delete the extra parenthesis. <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- eab9ad0 Update controller.rst
2 parents 34e5b80 + eab9ad0 commit 34d9651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ Technically, Early Hints are an informational HTTP response with the status code
761761
status code and sends its headers immediately.
762762

763763
This way, browsers can start downloading the assets immediately; like the
764-
``style.css`` and ``script.js`` files in the above example). The
764+
``style.css`` and ``script.js`` files in the above example. The
765765
``sendEarlyHints()`` method also returns the ``Response`` object, which you
766766
must use to create the full response sent from the controller action.
767767

0 commit comments

Comments
 (0)