Skip to content

Commit 3a77141

Browse files
authored
[Doc] Fix typos in DataTable.md
1 parent 2bf78d6 commit 3a77141

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/DataTable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,14 +1816,14 @@ const ReviewList = () => (
18161816
```
18171817

18181818

1819-
## Migrating From `<DataGrid>` To `<DataTable>`
1819+
## Migrating From `<Datagrid>` To `<DataTable>`
18201820

1821-
To help you migrate from `<DataGrid>` to `<DataTable>`, we've created a codemod.
1821+
To help you migrate from `<Datagrid>` to `<DataTable>`, we've created a codemod.
18221822

18231823
> **DISCLAIMER**
18241824
> Please review the generated changes thoroughly!
18251825
>
1826-
> Applying the codemod might break your code formatting, so don't forget to your formatter (prettier, eslint, biome, etc.) after you've applied the codemod!
1826+
> Applying the codemod might break your code formatting, so don't forget to run your formatter (prettier, eslint, biome, etc.) after you've applied the codemod!
18271827

18281828
For `.js` or `.jsx` files:
18291829

@@ -1840,4 +1840,4 @@ npx jscodeshift ./path/to/src/ \
18401840
--extensions=ts,tsx \
18411841
--parser=tsx \
18421842
--transform=./node_modules/ra-core/codemods/replace-Datagrid-DataTable.ts
1843-
```
1843+
```

0 commit comments

Comments
 (0)