Skip to content

Commit f809229

Browse files
pavan-shweb-flow
authored andcommitted
[docs] Fix SSR flicker sentence grammar (#47786)
1 parent d92df84 commit f809229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/customization/css-theme-variables/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ console.log(systemMode); // undefined
126126

127127
### Preventing SSR flickering
128128

129-
For SSR (server-side rendering) applications, Material UI can not detected user-selected mode on the server, causing the screen to flicker from light to dark during the hydration phase on the client.
129+
For SSR (server-side rendering) applications, Material UI cannot detect the user-selected mode on the server, causing the screen to flicker from light to dark during the hydration phase on the client.
130130

131131
To prevent the issue, you need to ensure that there is no usage of `theme.palette.mode === 'dark'` in your code base.
132132

0 commit comments

Comments
 (0)