From c1b29586737b82f53931360632c0168b62253558 Mon Sep 17 00:00:00 2001 From: Mahendra <42772952+mahendra1290@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:12:56 +0530 Subject: [PATCH] Update migrate-to-mui5.md update key from `provider` to `Provider` Signed-off-by: Mahendra <42772952+mahendra1290@users.noreply.github.com> --- docs/tutorials/migrate-to-mui5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/migrate-to-mui5.md b/docs/tutorials/migrate-to-mui5.md index aaf8cff7f5..c65abbc680 100644 --- a/docs/tutorials/migrate-to-mui5.md +++ b/docs/tutorials/migrate-to-mui5.md @@ -19,7 +19,7 @@ By default, the `UnifiedThemeProvider` is already used. If you add a custom them themes: [ { // ... - provider: ({ children }) => ( + Provider: ({ children }) => ( - . - {children}. -