Skip to content

Commit

Permalink
Fix typo in UPGRADE guide for DataProviderContext (#4433)
Browse files Browse the repository at this point in the history
* Update UPGRADE.md

typo fixed

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

Co-Authored-By: Gildas Garcia <1122076+djhi@users.noreply.github.com>

Co-authored-by: Gildas Garcia <1122076+djhi@users.noreply.github.com>
  • Loading branch information
nadeeraka and djhi authored Feb 21, 2020
1 parent 0d8e4e5 commit 300094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ const App = () => (
})}
>
<TranslationProvider>
+ <DataProviderContext.Provider value={dataProvider} />
+ <DataProviderContext.Provider value={dataProvider}>
<ThemeProvider>
<Resource name="posts" intent="registration" />
...
Expand Down

0 comments on commit 300094d

Please sign in to comment.