Skip to content

Commit

Permalink
[docs] fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: alissa-tung <alissa-tung@outlook.com>
  • Loading branch information
alissa-tung committed Mar 31, 2024
1 parent 75f007a commit 88f4ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const updateItemsState = ({
[
'MUI X: The Tree View component requires all items to have a unique `id` property.',
'Alternatively, you can use the `getItemId` prop to specify a custom id for each item.',
`Tow items were provided with the same id in the \`items\` prop: "${id}"`,
`Two items were provided with the same id in the \`items\` prop: "${id}"`,
].join('\n'),
);
}
Expand Down

0 comments on commit 88f4ce6

Please sign in to comment.