Skip to content

Commit

Permalink
No-breaking space
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed May 10, 2024
1 parent 6037429 commit f98020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/migration/migration-v5/migration-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The stable bundle supports the following minimum versions:

Support for IE 11 is completely removed, by dropping the legacy bundle and all IE 11 related code.
This allows us to decrease bundle size and keep the scope manageable.

Check warning on line 36 in docs/data/material/migration/migration-v5/migration-v5.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'us'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'us'.", "location": {"path": "docs/data/material/migration/migration-v5/migration-v5.md", "range": {"start": {"line": 36, "column": 13}}}, "severity": "WARNING"}
If you need to support IE 11, you can use Material UI v5's [legacy bundle](https://v5.mui.com/material-ui/guides/minimizing-bundle-size/#legacy-bundle), but it won't get updates or bug fixes.
If you need to support IE 11, you can use Material UI v5's [legacy bundle](https://v5.mui.com/material-ui/guides/minimizing-bundle-size/#legacy-bundle), but it won't get updates or bug fixes.

Check failure on line 37 in docs/data/material/migration/migration-v5/migration-v5.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Material UI' instead of 'Material UI') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space (option+space on Mac, Alt+0160 on Windows or AltGr+Space on Linux, instead of space) for brand name ('Material UI' instead of 'Material UI')", "location": {"path": "docs/data/material/migration/migration-v5/migration-v5.md", "range": {"start": {"line": 37, "column": 43}}}, "severity": "ERROR"}

## Breaking changes

Expand Down

0 comments on commit f98020f

Please sign in to comment.