diff --git a/src/components/tree/readme.md b/src/components/tree/readme.md
index b8f47b06930..4cee2ec16a9 100644
--- a/src/components/tree/readme.md
+++ b/src/components/tree/readme.md
@@ -26,12 +26,12 @@
## Properties
-| Property | Attribute | Description | Type | Default |
-| --------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
-| `inputEnabled` | `input-enabled` | **[DEPRECATED]** Use `selectionMode="ancestors"` for checkbox input.
Display input | `boolean` | `false` |
-| `lines` | `lines` | Displays indentation guide lines. | `boolean` | `false` |
-| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
-| `selectionMode` | `selection-mode` | Customize how the component's selection works. | `TreeSelectionMode.Ancestors \| TreeSelectionMode.Children \| TreeSelectionMode.Multi \| TreeSelectionMode.MultiChildren \| TreeSelectionMode.Multiple \| TreeSelectionMode.None \| TreeSelectionMode.Single` | `TreeSelectionMode.Single` |
+| Property | Attribute | Description | Type | Default |
+| --------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ---------- |
+| `inputEnabled` | `input-enabled` | **[DEPRECATED]** Use `selectionMode="ancestors"` for checkbox input.
Display input | `boolean` | `false` |
+| `lines` | `lines` | Displays indentation guide lines. | `boolean` | `false` |
+| `scale` | `scale` | Specifies the size of the component. | `"l" \| "m" \| "s"` | `"m"` |
+| `selectionMode` | `selection-mode` | Customize how the component's selection works. | `"ancestors" \| "children" \| "multi" \| "multichildren" \| "multiple" \| "none" \| "single"` | `"single"` |
## Events