diff --git a/docs/pages/api/tree-item.md b/docs/pages/api/tree-item.md
index 53bce721f6c469..325ed695b2032f 100644
--- a/docs/pages/api/tree-item.md
+++ b/docs/pages/api/tree-item.md
@@ -47,7 +47,6 @@ Any other props supplied will be provided to the root element (native element).
| Rule name | Global class | Description |
|:-----|:-------------|:------------|
| root | .MuiTreeItem-root | Styles applied to the root element.
-| overlay | .MuiTreeItem-overlay | Styles applied to the overlay element.
| expanded | .Mui-expanded | Pseudo-class applied to the root element when expanded.
| selected | .Mui-selected | Pseudo-class applied to the root element when selected.
| group | .MuiTreeItem-group | Styles applied to the `role="group"` element.