Skip to content

Commit 8bb6a3b

Browse files
Merge pull request #1523 from YCaptain/patch-1
docs(controller): fix typo in overview part
2 parents 50d99bc + d04d24f commit 8bb6a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export class CatsController {
185185
}
186186
```
187187

188-
It's that simple. Nest provides decorators for all of the standard HTTP methods: `@Get`, `@Post`, `@Put()`, `@Delete()`, `@Patch()`, `@Options()`, and `@Head()`. In addition, `@All()` defines an endpoint that handles all of them.
188+
It's that simple. Nest provides decorators for all of the standard HTTP methods: `@Get()`, `@Post()`, `@Put()`, `@Delete()`, `@Patch()`, `@Options()`, and `@Head()`. In addition, `@All()` defines an endpoint that handles all of them.
189189

190190
#### Route wildcards
191191

0 commit comments

Comments
 (0)