We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98ef4a2 + 6051be0 commit 67a0c95Copy full SHA for 67a0c95
content/custom-decorators.md
@@ -5,7 +5,7 @@ Nest is built around a language feature called **decorators**. Decorators are a
5
<blockquote class="external">
6
An ES2016 decorator is an expression which returns a function and can take a target, name and property descriptor as arguments.
7
You apply it by prefixing the decorator with an <code>@</code> character and placing this at the very top of what
8
- you are trying to decorate. Decorators can be defined for either a class or a property.
+ you are trying to decorate. Decorators can be defined for either a class, a method or a property.
9
</blockquote>
10
11
#### Param decorators
0 commit comments