Skip to content

Commit de8b84e

Browse files
authored
Update decorators.md
1 parent 0558234 commit de8b84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_guide/decorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static get properties() {
4848
}
4949

5050
constructor() {
51-
this.adjective = awesome;
51+
this.adjective = 'awesome';
5252
}
5353
```
5454

0 commit comments

Comments
 (0)