Skip to content

Commit b2294da

Browse files
authored
Fix typo in code sample (#447)
1 parent 98e606e commit b2294da

File tree

1 file changed

+1
-1
lines changed
  • app/ng-ui-widgets-category/switch/styling

1 file changed

+1
-1
lines changed

app/ng-ui-widgets-category/switch/styling/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The styling properties for the `Swtich` control are as follows:
22
- `color`- Controls the handle color
3-
- `bacxgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state.
3+
- `backgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state.
44
- `offBackgroundColor` (`off-background-color` in CSS) - Controls the background color while the switch is in **OFF** state.
55

66
<snippet id='switch-styling-html'/>

0 commit comments

Comments
 (0)