Skip to content

Commit a2aaec3

Browse files
Merge pull request #46 from stephlm2dev/master
Missing closing tag (issue #45)
2 parents 0aa4563 + f034462 commit a2aaec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)