Skip to content

Commit 8c4ae2a

Browse files
matzarbjohansebasShubhamOulkar
authored
docs(basic-routing.md): align wording with the rest of document (#1966)
Co-authored-by: bjohansebas <[email protected]> Co-authored-by: ShubhamOulkar <[email protected]>
1 parent c75ec31 commit 8c4ae2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/starter/basic-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ app.get('/', (req, res) => {
3939
})
4040
```
4141

42-
Respond to POST request on the root route (`/`), the application's home page:
42+
Respond to a POST request on the root route (`/`), the application's home page:
4343

4444
```js
4545
app.post('/', (req, res) => {
@@ -65,4 +65,4 @@ app.delete('/user', (req, res) => {
6565

6666
For more details about routing, see the [routing guide](/{{ page.lang }}/guide/routing.html).
6767

68-
### [Previous: Express application generator ](/{{ page.lang }}/starter/generator.html)&nbsp;&nbsp;&nbsp;&nbsp;[Next: Serving static files in Express ](/{{ page.lang }}/starter/static-files.html)
68+
### [Previous: Express application generator ](/{{ page.lang }}/starter/generator.html)&nbsp;&nbsp;&nbsp;&nbsp;[Next: Serving static files in Express ](/{{ page.lang }}/starter/static-files.html)

0 commit comments

Comments
 (0)