Skip to content

Commit 238d98c

Browse files
committed
Fix typos
1 parent 4dcc732 commit 238d98c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/create-react-admin/src/StepDataProvider.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@ const SupportedDataProviders: ChoiceType[] = [
1515
label: 'JSON Server',
1616
value: 'ra-data-json-server',
1717
description:
18-
'A data provider based on a JSON Server API (https://github.com/typicode/json-server)',
18+
'A data provider based on the JSON Server API (https://github.com/typicode/json-server)',
1919
},
2020
{
2121
label: 'Simple REST',
2222
value: 'ra-data-simple-rest',
2323
description:
24-
'A Simple REST data drovider (https://github.com/marmelab/react-admin/tree/master/packages/ra-data-simple-rest)',
24+
'A Simple REST data provider (https://github.com/marmelab/react-admin/tree/master/packages/ra-data-simple-rest)',
2525
},
2626
{
2727
label: 'None',
2828
value: 'none',
29-
description:
30-
"I'll configure the data provider myself.",
29+
description: "I'll configure the data provider myself.",
3130
},
3231
];
3332

0 commit comments

Comments
 (0)