You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #21052 Fix typo in documentation: changed "controller" to "number" method (deekumar24)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead.
Discussion
----------
Fix typo in documentation: changed "controller" to "number" method
Updated the line that incorrectly instructed to create a "controller" method. Replaced it with "number" method to align with the actual example context.
Original:
To do that, create a "Controller" class and a "controller" method inside of it:
Updated:
To do that, create a "Controller" class and a "number" method inside of it:
<!--
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 `7.x` for features of unreleased versions).
-->
Commits
-------
56283ea Fix typo in documentation: changed "controller" to "number" method
0 commit comments