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
Typo in Chinese routing guide: /random.text and / routes are mislabeled
Expectations
The route path examples should correctly match their descriptions:
The first example app.get('/', ...) should be described as matching the root path /.
The last example app.get('/random.text', ...) should be described as matching the literal path /random.text.
Currently, the descriptions are swapped, causing confusion for readers learning Express routing.