Skip to content

Commit 0bacc33

Browse files
committed
Using the phrase 'so-called' implies that this is not really middleware. https://dictionary.cambridge.org/us/dictionary/english/so-called
1 parent efcab57 commit 0bacc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 so-called [middleware](http://expressjs.com/en/guide/using-middleware.html).
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).
954954

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

0 commit comments

Comments
 (0)