Skip to content

Commit

Permalink
Merge pull request #5889 from WiXSL/fix-comments-typos
Browse files Browse the repository at this point in the history
Fix comments typos
  • Loading branch information
djhi committed Feb 9, 2021
2 parents 5120de4 + f292c08 commit ca05a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/detail/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { CreateView } from './CreateView';
* The `<Create>` 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 `<SimpleForm>`),
* to which it passes pass the `record` as prop.
* to which it passes the `record` as prop.
*
* The <Create> component accepts the following props:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/detail/Edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<SimpleForm>`),
* to which it passes pass the `record` as prop.
* to which it passes the `record` as prop.
*
* The <Edit> component accepts the following props:
*
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/detail/Show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<SimpleShowLayout>`),
* to which it passes pass the `record` as prop.
* to which it passes the `record` as prop.
*
* The <Show> component accepts the following props:
*
Expand Down

0 comments on commit ca05a1c

Please sign in to comment.