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
docs(tutorial): show string status names in lifecycle examples
Add inline comments showing string alternatives:
- status(418) // or status("I'm a teapot")
- status(401) // or status("Unauthorized")
Also add explanatory note that status() accepts both formats.
0 commit comments