Skip to content

Commit

Permalink
[docs] Fix typo in tree view docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 1, 2023
1 parent 2bf8b51 commit 437bfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/tree-view/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Internally, it uses module augmentation to extend the default theme structure.

```tsx
// When using TypeScript 4.x and above
import type {} from '@mui/x-tree-vie/themeAugmentation';
import type {} from '@mui/x-tree-view/themeAugmentation';
// When using TypeScript 3.x and below
import '@mui/x-tree-view/themeAugmentation';

Expand Down

0 comments on commit 437bfa9

Please sign in to comment.