Skip to content

Commit 4801c03

Browse files
committed
simplification of language and also explaination of the scripts object
1 parent 0bacc33 commit 4801c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/en/part3a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Let's navigate to an appropriate directory, and create a new template for our ap
3939

4040
The file defines, for instance, that the entry point of the application is the <i>index.js</i> file.
4141

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

4444
```bash
4545
{
@@ -950,7 +950,7 @@ POST is the only HTTP request type that is neither <i>safe</i> nor <i>idempotent
950950

951951
### Middleware
952952

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).
954954

955955
Middleware are functions that can be used for handling _request_ and _response_ objects.
956956

0 commit comments

Comments
 (0)