diff --git a/apps/tests/ui/switch/switch.md b/apps/tests/ui/switch/switch.md
index 70590e273..cd77475f8 100644
--- a/apps/tests/ui/switch/switch.md
+++ b/apps/tests/ui/switch/switch.md
@@ -7,12 +7,12 @@ previous_url: /ApiReference/ui/switch/HOW-TO
# Switch
Using a switch requires the Switch module.
-### Binding the Switch checked property and Button isEanbled property to a observable view-model property.
+### Binding the Switch checked property and Button isEnabled property to a observable view-model property.
``` XML
{%raw%}
- {%endraw%}
+ {%endraw%}
```