Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s.com into decorators
  • Loading branch information
johnbiundo committed Apr 27, 2019
2 parents 29c5d84 + 85d0e15 commit 10df964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/custom-decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nest is built around a language feature called **decorators**. Decorators are a

#### Param decorators

Nest provides a set of useful **param decorators** that you can use together with the HTTP route handlers. Below is a list of the provided decorators and the plain Express objects they represent
Nest provides a set of useful **param decorators** that you can use together with the HTTP route handlers. Below is a list of the provided decorators and the plain Express (or Fastify) objects they represent

<table>
<tbody>
Expand Down

0 comments on commit 10df964

Please sign in to comment.