Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Fix typo #28478

Merged
merged 5 commits into from
Sep 20, 2021
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 @@ -78,7 +78,7 @@ To better identify, market, and promote each product, we're introducing logos fo

<img loading="lazy" src="/static/blog/material-ui-is-now-mui/products.png" alt="Logos for MUI Core, MUI X and Templates" style="width: 600px; margin-bottom: 16px;" />

- **MUI Core** contains ready-to-use, free forever, foundational components.
- **MUI Core** contains ready-to-use foundational components, free forever.
- **MUI X** includes advanced and powerful components for complex use-cases.
- **Templates** is a collection of fully built, out-of-the-box, React templates for your application. They are developed by the community curated by us for quality.

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/blog/mui-core-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,10 @@ Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
- From 2M downloads/month to 9.5M downloads/month on npm
- From 350k users/month to 700k users/month on the documentation

We are also proud to share that the monetization initiatives we have started right after the release of v4 are working, e.g. [the store](/blog/material-ui-v4-is-out/#premium-themes-store-✨). We have incorporated the company two years ago, grown between x2-3 a year since, and we're now over 10 people with a positive cashflow 🚀. We are on track to reach 16 people by December 2021.
[We are hiring](/careers/) for growing our existing products, but also to explore a bold new product vertical, aligned with our mission.
We're also proud to share that the monetization initiatives we started right after the release of v4, such as [the store](/blog/material-ui-v4-is-out/#premium-themes-store-✨), are working. We incorporated the company two years ago, have grown 2-3X per year since, and we're now over 10 people, with a positive cash flow 🚀. We are on track to reach 16 people by December 2021.
[We're hiring](/careers/) to grow our existing products, but also to explore a bold new product vertical, aligned with our mission.

We couldn't be more grateful for the trust that the React community put in us.
We couldn't be more grateful for the trust that the React community puts in us.
On average, we win 4% of market shares in the React community every year.

<a href="https://docs.google.com/spreadsheets/d/1l5j3Xjtvm9XZtmb4ulLiWElQaXSlZlyCWT5ONrQMpBo/edit#gid=0"><img loading="lazy" src="/static/blog/mui-core-v5/react-market.png" alt="MUI market shares in download relative to react-dom" style="width: 439px; margin-bottom: 16px;" /></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
<BrandingProvider>
<Head
title="MUI Core: Ready to use components, free forever"
description="Get a growing list of components, ready to use, free forever and with accessibility always in mind. We've built the foundational UI blocks for your design system so you don't have to."
description="Get a growing list of components, ready-to-use, free forever and with accessibility always in mind. We've built the foundational UI blocks for your design system so you don't have to."
card="/static/social-previews/core-preview.jpg"
/>
<CssBaseline />
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/header/HeaderNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function HeaderNavBar() {
href={ROUTES.productCore}
icon={<IconImage name="product-core" />}
name="MUI Core"
description="Ready to use, free forever, foundational components."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be hyphenated, but it doesn't have to be.

description="Ready-to-use foundational components, free forever."
onKeyDown={handleKeyDown}
/>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/header/HeaderNavDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const UList = styled('ul')({
const PRODUCTS = [
{
name: 'MUI Core',
description: 'Ready to use, free forever, foundational components.',
description: 'Ready-to-use foundational components, free forever.',
href: ROUTES.productCore,
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/home/ProductsSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ProductsSwitcher = ({
aria-label="Go to core components page"
icon={<IconImage name="product-core" />}
name="MUI Core"
description="Ready to use, free foverer, foundational components."
description="Ready-to-use foundational components, free forever."
href={ROUTES.productCore}
/>,
<ProductItem
Expand Down