From 5a9b1c0e1706d7401f214882516fc865eacc986c Mon Sep 17 00:00:00 2001 From: yash49 <49yash@gmail.com> Date: Tue, 22 Oct 2024 00:42:28 +0530 Subject: [PATCH] fix typo --- docs/data/tree-view/simple-tree-view/items/items.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/tree-view/simple-tree-view/items/items.md b/docs/data/tree-view/simple-tree-view/items/items.md index c177b4769e2fb..6c1bc4f06e64d 100644 --- a/docs/data/tree-view/simple-tree-view/items/items.md +++ b/docs/data/tree-view/simple-tree-view/items/items.md @@ -51,7 +51,7 @@ Use the `disabled` prop on the Tree Item component to disable interaction and fo #### The disabledItemsFocusable prop -Note that the demo above also includes a switch. +Note that the demo below also includes a switch. This toggles the `disabledItemsFocusable` prop, which controls whether or not a disabled Tree Item can be focused. When this prop is set to false: