From bf863f3f6680cd78c8fd6765ff43872fa010669c Mon Sep 17 00:00:00 2001 From: yuriydobryanskyyempeek <46811637+yuriydobryanskyyempeek@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:05:15 +0300 Subject: [PATCH] Fix mistype --- docs/DataProviders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DataProviders.md b/docs/DataProviders.md index 21543d8e507..996254d664a 100644 --- a/docs/DataProviders.md +++ b/docs/DataProviders.md @@ -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