Skip to content

Commit d4dffcd

Browse files
authored
Update blueprint.md
1 parent 373c1da commit d4dffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-canvas/blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ registerNativeViewElement('canvasView', () => require('@nativescript-community/u
6363
```
6464
6565
```svelte
66-
// app/components/Foo.svelte
66+
<!-- app/components/Foo.svelte -->
6767
<stackLayout>
6868
<canvasView width="300" height="300" on:draw={draw} />
6969
</stackLayout>

0 commit comments

Comments
 (0)