Skip to content

Commit

Permalink
[typo] Fix syntax error on properties.md (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Nov 17, 2023
1 parent 8909539 commit dae25f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private _counter = 0;

```js
static properties = {
_counter: {state: true};
_counter: {state: true}
};

constructor() {
Expand Down

0 comments on commit dae25f5

Please sign in to comment.