From 404838be4f689012e89dbb68b1b1b8b342d43f92 Mon Sep 17 00:00:00 2001 From: Cornelius Date: Wed, 29 Nov 2023 23:08:31 +0100 Subject: [PATCH] [system][docs] Fix typo on the CSS theme variables page (#40040) Signed-off-by: Cornelius --- .../experimental-api/css-theme-variables/css-theme-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md b/docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md index 1183feacf509c8..2ed61add7b3524 100644 --- a/docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md +++ b/docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md @@ -187,7 +187,7 @@ Now, the Button's `backgroundColor`, `borderColor` and text `color` values will For framework or language specific setup, see [this](https://mui.com/material-ui/experimental-api/css-theme-variables/usage/#server-side-rendering) -See the complete usage of `createVssVarsProvider` in [Material UI](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/CssVarsProvider.tsx) and [Joy UI](https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/CssVarsProvider.tsx). +See the complete usage of `createCssVarsProvider` in [Material UI](https://github.com/mui/material-ui/blob/master/packages/mui-material/src/styles/CssVarsProvider.tsx) and [Joy UI](https://github.com/mui/material-ui/blob/master/packages/mui-joy/src/styles/CssVarsProvider.tsx). ## API