Skip to content

Commit

Permalink
[docs] Fix typo in the Transition docs (#34040)
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezahekmati committed Aug 23, 2022
1 parent cb9bfbe commit 5615928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/transitions/transitions.md
Expand Up @@ -85,7 +85,7 @@ const MyComponent = React.forwardRef((props, ref) {
export default Main() {
return (
<Fade>
{/* MyComponent must the only child */}
{/* MyComponent must be the only child */}
<MyComponent />
</Fade>
);
Expand Down

0 comments on commit 5615928

Please sign in to comment.