Skip to content

Commit 5aa9bbc

Browse files
authored
Merge pull request microsoft#591 from tijwelch/patch-2
Update Decorators.md
2 parents 517e112 + d6bd64e commit 5aa9bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Decorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function sealed(constructor: Function) {
163163

164164
When `@sealed` is executed, it will seal both the constructor and its prototype.
165165

166-
Next we have a example how to override the constructor.
166+
Next we have an example of how to override the constructor.
167167

168168
```ts
169169
function classDecorator<T extends {new(...args:any[]):{}}>(constructor:T) {

0 commit comments

Comments
 (0)