diff --git a/packages/react-aria-components/docs/Tree.mdx b/packages/react-aria-components/docs/Tree.mdx
index ceaadb52dad..a54579ac5bb 100644
--- a/packages/react-aria-components/docs/Tree.mdx
+++ b/packages/react-aria-components/docs/Tree.mdx
@@ -414,14 +414,14 @@ Now we can render a Tree using far less code.
```tsx example
-
-
-
+
+
+
-
-
-
+
+
+
```
@@ -460,7 +460,7 @@ function FileTree(props: TreeProps) {
return (
+
```
### Multiple selection
@@ -515,7 +515,7 @@ Multiple selection can be enabled by setting `selectionMode` to `multiple`.
```tsx example
// Using the example above
-
+
```
### Disallow empty selection
@@ -525,7 +525,7 @@ In this mode, if a single item is selected and the user presses it, it will not
```tsx example
// Using the example above
-
+
```