Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
howlettt committed Jun 24, 2022
1 parent 3520a38 commit fe1acc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-base/src/TextareaAutosize/TextareaAutosize.js
Expand Up @@ -156,7 +156,7 @@ const TextareaAutosize = React.forwardRef(function TextareaAutosize(props, ref)
const handleResize = debounce(() => {
renders.current = 0;

// If the TextareaAutisize component is replaced by Suspense with a fallback, the last
// If the TextareaAutosize component is replaced by Suspense with a fallback, the last
// ResizeObserver's handler that runs because of the change in the layout is trying to
// access a dom node that is no longer there (as the fallback component is being shown instead).
// See https://github.com/mui/material-ui/issues/32640
Expand Down

0 comments on commit fe1acc0

Please sign in to comment.