Skip to content

Commit

Permalink
[material-ui][docs] Remove duplicated text at FAQ page (#41326)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Mar 1, 2024
1 parent aa2415a commit 434cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/getting-started/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 434cdc1

Please sign in to comment.