Skip to content

Commit c7245b8

Browse files
committed
Fix markup
1 parent e816968 commit c7245b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/2024-05-21-ui-component-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ render(dom, cleanVdom)
215215

216216
### Fluent-style
217217

218-
```html
218+
```js
219219
const [count, setCount] = signal(0)
220220

221221
// Create a UI component

0 commit comments

Comments
 (0)