Skip to content

Commit 34f2ffe

Browse files
committed
Spell mistake on Docs isEanbled to isEnabled
1 parent 87c9828 commit 34f2ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tests/ui/switch/switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ previous_url: /ApiReference/ui/switch/HOW-TO
77
# Switch
88
Using a switch requires the Switch module.
99
<snippet id='article-require-switch'/>
10-
### Binding the Switch checked property and Button isEanbled property to a observable view-model property.
10+
### Binding the Switch checked property and Button isEnabled property to a observable view-model property.
1111
``` XML
1212
<Page loaded="pageLoaded">
1313
<StackLayout orientation="vertical">
1414
{%raw%}<Switch checked="{{ someProperty }}" />
15-
<Button isEanbled="{{ someProperty }}" text="This is a Button!" />{%endraw%}
15+
<Button isEnabled="{{ someProperty }}" text="This is a Button!" />{%endraw%}
1616
</StackLayout>
1717
</Page>
1818
```

0 commit comments

Comments
 (0)