Description
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.