Skip to content

Commit f632804

Browse files
fix(controllers.md): fix 错误的字符
1 parent ed79c8c commit f632804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class CatsController {
6767
| | |
6868
| ------------------------- | --------------------------------- |
6969
| `@Request(),@Req()` | `req` |
70-
| `@Response(),@Res()*` | `res` |
70+
| `@Response(),@Res()` | `res` |
7171
| `@Next()` | `next` |
7272
| `@Session()` | `req.session` |
7373
| `@Param(key?: string)` | `req.params`/`req.params[key]` |

0 commit comments

Comments
 (0)