Skip to content

Commit ca05a1c

Browse files
authored
Merge pull request #5889 from WiXSL/fix-comments-typos
Fix comments typos
2 parents 5120de4 + f292c08 commit ca05a1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ra-ui-materialui/src/detail/Create.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { CreateView } from './CreateView';
1717
* The `<Create>` component renders the page title and actions.
1818
* It is not responsible for rendering the actual form -
1919
* that's the job of its child component (usually `<SimpleForm>`),
20-
* to which it passes pass the `record` as prop.
20+
* to which it passes the `record` as prop.
2121
*
2222
* The <Create> component accepts the following props:
2323
*

packages/ra-ui-materialui/src/detail/Edit.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { EditView } from './EditView';
1717
* fetches the record from the data provider.
1818
* It is not responsible for rendering the actual form -
1919
* that's the job of its child component (usually `<SimpleForm>`),
20-
* to which it passes pass the `record` as prop.
20+
* to which it passes the `record` as prop.
2121
*
2222
* The <Edit> component accepts the following props:
2323
*

packages/ra-ui-materialui/src/detail/Show.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { ShowView } from './ShowView';
1818
* fetches the record from the data provider.
1919
* It is not responsible for rendering the actual form -
2020
* that's the job of its child component (usually `<SimpleShowLayout>`),
21-
* to which it passes pass the `record` as prop.
21+
* to which it passes the `record` as prop.
2222
*
2323
* The <Show> component accepts the following props:
2424
*

0 commit comments

Comments
 (0)