Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/blog/material-ui-is-now-mui.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<img src="/static/blog/material-ui-is-now-mui/intro.png" alt="The new Material UI logo" width="2400" height="800" />

Starting today we are evolving our brand identity to clarifying the difference between our company and our products.
Starting today, we are evolving our brand identity to clarify the difference between our company and our products.

Check warning on line 12 in docs/pages/blog/material-ui-is-now-mui.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 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/material-ui-is-now-mui.md", "range": {"start": {"line": 12, "column": 102}}}, "severity": "WARNING"}

Check warning on line 12 in docs/pages/blog/material-ui-is-now-mui.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 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/material-ui-is-now-mui.md", "range": {"start": {"line": 12, "column": 86}}}, "severity": "WARNING"}

Check warning on line 12 in docs/pages/blog/material-ui-is-now-mui.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 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/material-ui-is-now-mui.md", "range": {"start": {"line": 12, "column": 33}}}, "severity": "WARNING"}

Check warning on line 12 in docs/pages/blog/material-ui-is-now-mui.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 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/material-ui-is-now-mui.md", "range": {"start": {"line": 12, "column": 17}}}, "severity": "WARNING"}

- Material-UI: the Material Design components developed by MUI is now called **[Material UI](https://mui.com/material-ui/getting-started/)**, we ditched the hyphen!
- Material-UI: the organization is now called **[MUI](https://github.com/mui)**.
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/generateTemplateScreenshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { chromium } from '@playwright/test';
*
* Usage:
* - `pnpm template:screenshot` to generate all screenshots
* - `pnpm template:screenshot material-ui` to generate all screenshots for Material-UI templates
* - `pnpm template:screenshot material-ui` to generate all screenshots for Material UI templates
* - `pnpm template:screenshot order-dashboard` to generate screenshots for file named `order-dashboard.tsx`
* - `pnpm template:screenshot material-ui dashboard` to generate screenshots for file named `dashboard.tsx` of Material UI templates
*
Expand Down
Loading