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
Copy file name to clipboardExpand all lines: src/content/3/en/part3a.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Let's navigate to an appropriate directory, and create a new template for our ap
39
39
40
40
The file defines, for instance, that the entry point of the application is the <i>index.js</i> file.
41
41
42
-
Let's make a small change to the <i>scripts</i> object:
42
+
Let's make a small change to the <i>scripts</i> object by adding a new script command.
43
43
44
44
```bash
45
45
{
@@ -950,7 +950,7 @@ POST is the only HTTP request type that is neither <i>safe</i> nor <i>idempotent
950
950
951
951
### Middleware
952
952
953
-
The express [json-parser](https://expressjs.com/en/api.html)we took into use earlier is a [middleware](http://expressjs.com/en/guide/using-middleware.html).
953
+
The express [json-parser](https://expressjs.com/en/api.html)used earlier is a [middleware](http://expressjs.com/en/guide/using-middleware.html).
954
954
955
955
Middleware are functions that can be used for handling _request_ and _response_ objects.
0 commit comments