Commit 38f03f0
committed
minor symfony#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" method1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments