From f292c088f3dc5c9eaccf5efa103ece3cbe628f29 Mon Sep 17 00:00:00 2001 From: asvarcas Date: Tue, 9 Feb 2021 10:20:56 -0300 Subject: [PATCH] Fix comments typos --- packages/ra-ui-materialui/src/detail/Create.tsx | 2 +- packages/ra-ui-materialui/src/detail/Edit.tsx | 2 +- packages/ra-ui-materialui/src/detail/Show.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: *