Skip to content

Commit bccf562

Browse files
authored
Fix a typo in PanelBar Wai Aria Support article example
1 parent 4e4fefc commit bccf562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Enabling WAI-ARIA support of a **RadPanelBar** will also allow you to adjust the
4949
````ASP.NET
5050
<telerik:RadPanelBar runat="server" ID="RadPanelBar1" RenderMode="Lightweight" EnableAriaSupport="true">
5151
<AriaSettings Label="Label for this panelbar." DescribedBy="describe_panelbar" />
52-
</telerik:RadPanelBar
52+
</telerik:RadPanelBar>
5353
````
5454

5555

0 commit comments

Comments
 (0)