diff --git a/packages/ra-ui-materialui/src/detail/Create.tsx b/packages/ra-ui-materialui/src/detail/Create.tsx index 12840e4bc30..a4520a04778 100644 --- a/packages/ra-ui-materialui/src/detail/Create.tsx +++ b/packages/ra-ui-materialui/src/detail/Create.tsx @@ -17,7 +17,7 @@ import { CreateView } from './CreateView'; * The `` component renders the page title and actions. * It is not responsible for rendering the actual form - * that's the job of its child component (usually ``), - * to which it passes pass the `record` as prop. + * to which it passes the `record` as prop. * * The component accepts the following props: * diff --git a/packages/ra-ui-materialui/src/detail/Edit.tsx b/packages/ra-ui-materialui/src/detail/Edit.tsx index cfe9773e4e9..43f65f301b6 100644 --- a/packages/ra-ui-materialui/src/detail/Edit.tsx +++ b/packages/ra-ui-materialui/src/detail/Edit.tsx @@ -17,7 +17,7 @@ import { EditView } from './EditView'; * fetches the record from the data provider. * It is not responsible for rendering the actual form - * that's the job of its child component (usually ``), - * to which it passes pass the `record` as prop. + * to which it passes the `record` as prop. * * The component accepts the following props: * diff --git a/packages/ra-ui-materialui/src/detail/Show.tsx b/packages/ra-ui-materialui/src/detail/Show.tsx index 57d57146edd..9d5512fa5cd 100644 --- a/packages/ra-ui-materialui/src/detail/Show.tsx +++ b/packages/ra-ui-materialui/src/detail/Show.tsx @@ -18,7 +18,7 @@ import { ShowView } from './ShowView'; * fetches the record from the data provider. * It is not responsible for rendering the actual form - * that's the job of its child component (usually ``), - * to which it passes pass the `record` as prop. + * to which it passes the `record` as prop. * * The component accepts the following props: *