Skip to content

Commit

Permalink
Fix mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriydobryanskyyempeek authored Oct 1, 2019
1 parent d8a7b59 commit bf863f3
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 bf863f3

Please sign in to comment.