diff --git a/docs/data/material/getting-started/faq/faq.md b/docs/data/material/getting-started/faq/faq.md index b3d6bed940d3b7..78beedd8ca101b 100644 --- a/docs/data/material/getting-started/faq/faq.md +++ b/docs/data/material/getting-started/faq/faq.md @@ -138,7 +138,7 @@ const element = ref.current; ``` If you're not sure if the MaterialĀ UI component in question forwards its ref you can check the API documentation under "Props." -You should find the message below, like in the [Button API](/material-ui/api/button/#props), [Button API](/material-ui/api/button/#props) +You should find the message below, like in the [Button API](/material-ui/api/button/#props). > The ref is forwarded to the root element.