Skip to content

Commit 6553fb7

Browse files
committed
Doc fix
1 parent b18cc2e commit 6553fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/capabilities/live-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ Observer.observe(data, console.log);
433433
</script>
434434
```
435435

436-
If the goal is to render, that, too, comes automatic: OOHTML gives you automatic data-binding over arbitrary objects and arrays — without a compile step:
436+
If the goal is to render, that, too, comes automatic: [OOHTML](https://github.com/webqit/oohtml) gives you automatic data-binding over arbitrary objects and arrays — without a compile step:
437437

438438
```html
439439
<script src="https://unpkg.com/@webqit/oohtml/dist/main.lite.js"></script>

0 commit comments

Comments
 (0)