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
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:
0 commit comments