Skip to content

Commit f034462

Browse files
author
Schmidely Stéphane
committed
Fix typo
1 parent 0aa4563 commit f034462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class SomeComponent {
8888
<StackLayout>
8989
<CheckBox #CB1 text="CheckBox Label" checked="false"></CheckBox>
9090
<Button (tap)="toggleCheck()" text="Toggle it!"></Button>
91-
<Button (tap)="getCheckProp()" text="Check Property"></
91+
<Button (tap)="getCheckProp()" text="Check Property"></Button>
9292
</StackLayout>
9393
```
9494

0 commit comments

Comments
 (0)