diff --git a/app/ng-ui-widgets-category/switch/styling/article.md b/app/ng-ui-widgets-category/switch/styling/article.md index 0f1e3358..4920d53f 100644 --- a/app/ng-ui-widgets-category/switch/styling/article.md +++ b/app/ng-ui-widgets-category/switch/styling/article.md @@ -1,6 +1,6 @@ The styling properties for the `Swtich` control are as follows: - `color`- Controls the handle color -- `bacxgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state. +- `backgroundColor`(`background-color` in CSS) - Controls the background color while the switch is in **ON** state. - `offBackgroundColor` (`off-background-color` in CSS) - Controls the background color while the switch is in **OFF** state.