Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update middlewares.md #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 10/middlewares.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![图1](https://docs.nestjs.com/assets/Middlewares_1.png)

Nest 中间件实际上等价于 [express](http://expressjs.com/en/guide/using-middleware.html) 中间件。 下面是Express官方文档中所述的中间件功能
Nest 中间件实际上等价于 [express](http://expressjs.com/en/guide/using-middleware.html) 中间件。 下面是 Express 官方文档中所述的中间件功能

中间件函数可以执行以下任务:

Expand Down Expand Up @@ -188,4 +188,4 @@ await app.listen(3000);
### 译者署名

| 用户名 | 头像 | 职能 | 签名 |
|---|---|---|---|
|---|---|---|---|