diff --git a/packages/utils-mui/src/shouldForwardProp/index.ts b/packages/utils-mui/src/shouldForwardProp/index.ts index 055c98f..c189eb0 100644 --- a/packages/utils-mui/src/shouldForwardProp/index.ts +++ b/packages/utils-mui/src/shouldForwardProp/index.ts @@ -1,5 +1,5 @@ /** - * Utility function that prevents styling props from being passed down and create invalid attribute (React warnings as unknown prop). + * Utility function that prevents styling props from being passed down and create invalid attribute (React warning as unknown prop). * @param customProps Custom props that shouldn't be passed forward. * @link Unknown Prop Warning - https://reactjs.org/warnings/unknown-prop.html */