Skip to content

Commit

Permalink
[docs] Reduce number of Vale errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 19, 2024
1 parent cc6f7d8 commit ab773a6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/styles/Blog/NamingConventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ swap:
Javascript: JavaScript
css: CSS
Css: CSS
NPM: npm # https://css-tricks.com/start-sentence-npm/
Github: GitHub
1 change: 1 addition & 0 deletions .github/styles/Blog/NoCompanyName.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ exceptions:
- 'MUI Core'
- 'MUI Toolpad'
- 'MUI Connect'
- 'MUI organization' # valid use of a regular space
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Same changes as in `@mui/[email protected]`.

_Jan 26, 2024_

We are glad to announce MUI X v7 beta!
We are glad to announce MUI X v7 beta!
This version has several improvements, bug fixes, and exciting features 🎉.
We want to offer a big thanks to the 7 contributors who made this release possible ✨:

Expand Down Expand Up @@ -2304,7 +2304,7 @@ Same changes as in `@mui/[email protected]`.
- [docs] Fix docs:api when typo in slots typing (#11861) @alexfauquette
- [docs] Improve Support page (#11556) @oliviertassinari
- [docs] Sync support page with core @oliviertassinari
- [docs] These API don't exist in MUI X v6 @oliviertassinari
- [docs] These API don't exist in MUI X v6 @oliviertassinari
- [docs] Update whats new page with v7 Beta blogpost content (#11886) @joserodolfofreitas

## 6.19.2
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/gauge/gauge.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To create your own components, use the `useGaugeState` hook which provides all y

## Accessibility

The MUI X Gauge chart is compliant with the [Meter ARIA pattern](https://www.w3.org/WAI/ARIA/apg/patterns/meter/), which includes the addition of the `meter` role to the parent container and correct usage of the `aria-valuenow`, `aria-valuemin`, and `aria-valuemax` attributes.
The MUI X Gauge chart is compliant with the [Meter ARIA pattern](https://www.w3.org/WAI/ARIA/apg/patterns/meter/), which includes the addition of the `meter` role to the parent container and correct usage of the `aria-valuenow`, `aria-valuemin`, and `aria-valuemax` attributes.

### Label

Expand Down
4 changes: 2 additions & 2 deletions docs/data/data-grid/joy-ui/joy-ui.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Data Grid - Joy UI
# Data Grid - Joy UI

<p class="description">Using the data grid with Joy UI components</p>
<p class="description">Using the data grid with Joy UI components</p>

{{"demo": "GridJoyUISlots.js", "bg": "inline"}}
6 changes: 3 additions & 3 deletions docs/data/date-pickers/custom-field/custom-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Setting `formatDensity` to `"spacious"` will add a space before and after each `

### Using another input

#### With the Joy UI input
#### With the Joy UI input

You can use the [Joy UI](https://mui.com/joy-ui/getting-started/) components instead of the Material UI ones:
You can use the [Joy UI](https://mui.com/joy-ui/getting-started/) components instead of the Material UI ones:

:::info
A higher-level solution for _Joy UI_ will be provided in the near future for even simpler usage.
A higher-level solution for _Joy UI_ will be provided in the near future for even simpler usage.
:::

{{"demo": "PickerWithJoyField.js", "defaultCodeOpen": false}}
Expand Down
2 changes: 1 addition & 1 deletion docs/data/tree-view/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packageName: '@mui/x-tree-view'

## Available components

The MUI X Tree View package exposes two different versions of the component:
The MUI X Tree View package exposes two different versions of the component:

### Simple Tree View

Expand Down

0 comments on commit ab773a6

Please sign in to comment.