From 5d3bc836a82d9d00db2622055447acf996a8d160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Fri, 10 May 2024 19:18:10 +0200 Subject: [PATCH] [docs][material-ui] Fix typo in composition docs (#42195) --- docs/data/material/guides/composition/composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/guides/composition/composition.md b/docs/data/material/guides/composition/composition.md index 9a70b80956a4b5..f6aba55198155b 100644 --- a/docs/data/material/guides/composition/composition.md +++ b/docs/data/material/guides/composition/composition.md @@ -123,7 +123,7 @@ import { Link } from 'react-router-dom'; :::warning However, this strategy suffers from a limitation: prop name collisions. -The component receiving the `component` prop (for example ListItem) might intercept the prop (for example to) that is destined to the leave element (for example Link). +The component receiving the `component` prop (for example ListItem) might intercept the prop (for example to) that is destined to the leaf element (for example Link). ::: ### With TypeScript