Skip to content

Commit

Permalink
Fix comments typos
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Feb 9, 2021
1 parent 5120de4 commit f292c08
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 f292c08

Please sign in to comment.