Skip to content

Commit 41af73e

Browse files
authored
typo fix (#1071)
1 parent 943961b commit 41af73e

File tree

2 files changed

+2
-2
lines changed
  • apps/material-react-table-docs/examples/external-toolbar/sandbox/src

2 files changed

+2
-2
lines changed

apps/material-react-table-docs/examples/external-toolbar/sandbox/src/JS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Example = () => {
6464
}}
6565
variant="contained"
6666
>
67-
Crete New Account
67+
Create New Account
6868
</Button>
6969
</Box>
7070
<MRT_GlobalFilterTextField table={table} />

apps/material-react-table-docs/examples/external-toolbar/sandbox/src/TS.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const Example = () => {
6565
}}
6666
variant="contained"
6767
>
68-
Crete New Account
68+
Create New Account
6969
</Button>
7070
</Box>
7171
<MRT_GlobalFilterTextField table={table} />

0 commit comments

Comments
 (0)