Skip to content

Commit dae25f5

Browse files
authored
[typo] Fix syntax error on properties.md (#1267)
1 parent 8909539 commit dae25f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/docs/v3/components/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private _counter = 0;
5454

5555
```js
5656
static properties = {
57-
_counter: {state: true};
57+
_counter: {state: true}
5858
};
5959

6060
constructor() {

0 commit comments

Comments
 (0)