Skip to content

Commit 1c14a02

Browse files
adiesslVelinovAngel
authored andcommitted
Fix typo (#2544)
1 parent a302f78 commit 1c14a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/tabstrip/tabs-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The `Disabled` parameter allows you to mark a tab as disabled, so the user canno
7575
>caption Disable the second tab
7676
7777
````CSHTML
78-
<TelerikButton OnClick="@ToggleDisabled">Eanble/Disable Second Tab</TelerikButton>
78+
<TelerikButton OnClick="@ToggleDisabled">Enable/Disable Second Tab</TelerikButton>
7979
8080
<TelerikTabStrip>
8181
<TabStripTab Title="First" >
@@ -102,4 +102,4 @@ The `Disabled` parameter allows you to mark a tab as disabled, so the user canno
102102
## See Also
103103

104104
* [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview)
105-
* [Live Demo: TabStrip - Tab Visibility](https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility)
105+
* [Live Demo: TabStrip - Tab Visibility](https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility)

0 commit comments

Comments
 (0)