Skip to content

Commit 8ba00d8

Browse files
Update wai-aria-support.md (#623)
Just fixed EnabledAriaSupport misspelled for Example 1 text
1 parent 547b4ba commit 8ba00d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [ WAI-ARIA Suite ](https://www.w3.org/WAI/intro/aria), defines an approach t
1717
In order to enable the WAI-ARIA support, set the **RadComboBox** contol's **EnableAriaSupport** property to **true** as shown in the example below.
1818

1919

20-
>caption **Example 1**: Setting the **EnalbeAriaSupport** property for **RadComboBox**.
20+
>caption **Example 1**: Setting the **EnableAriaSupport** property for **RadComboBox**.
2121
2222
````ASPNET
2323
<telerik:RadComboBox RenderMode="Lightweight" runat="server" id="RadComboBox2" EnableAriaSupport="true">

0 commit comments

Comments
 (0)