File tree Expand file tree Collapse file tree
packages/create-react-admin/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments