Skip to content

Commit 68c4203

Browse files
authored
Fix a typo
1 parent 6093716 commit 68c4203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/tabstrip/accessibility-and-internationalization/wai-aria-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ position: 1
1515
The [WAI-ARIA Suite](http://www.w3.org/WAI/intro/aria) defines an approach to make Web content and Web applications more accessible to people with disabilities. In order to enable the WAI-ARIA support, set the **RadTabStrip**'s **EnableAriaSupport** property to **true** as shown in the example below.
1616

1717

18-
>caption **Example 1:** Setting **EnalbeAriaSupport** property for **RadTabStrip**.
18+
>caption **Example 1:** Setting **EnableAriaSupport** property for **RadTabStrip**.
1919
2020
````ASPNET
2121
<telerik:RadTabStrip RenderMode="Lightweight" ID="RadTabStrip1" runat="server" EnableAriaSupport="true">
@@ -80,4 +80,4 @@ Enabling WAI-ARIA support of a **RadTabStrip** will also allow you to adjust the
8080

8181
* [WAI-ARIA basic information](http://www.w3.org/WAI/intro/aria)
8282

83-
83+

0 commit comments

Comments
 (0)