Commit 56283ea
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:1 parent b5a3e15 commit 56283ea
1 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