Skip to content

Commit

Permalink
Merge pull request #3752 from yuriydobryanskyyempeek/patch-1
Browse files Browse the repository at this point in the history
Fix mistype
  • Loading branch information
fzaninotto authored Oct 1, 2019
2 parents 754d35c + bf863f3 commit 59226f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DataProviders.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const dataProvider = {

You can find an example Data Provider implementation at the end of this chapter.

**Tip**: In react-admin v2, Data Providers used to be functions, not objects. React-admin v3 can detect a legacy Data Provider and wrap an object around it. So Data Providers developped for react-admin v3 still work with react-admin v3.
**Tip**: In react-admin v2, Data Providers used to be functions, not objects. React-admin v3 can detect a legacy Data Provider and wrap an object around it. So Data Providers developped for react-admin v2 still work with react-admin v3.

## Available Providers

Expand Down

0 comments on commit 59226f1

Please sign in to comment.