Skip to content

Commit

Permalink
[docs] Report Vale at warning level (#14660)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Sep 19, 2024
1 parent d1b5457 commit 26375c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vale config. More information at https://vale.sh/docs/topics/config/
StylesPath = .github/styles
MinAlertLevel = error
MinAlertLevel = warning

# To update mui-vale package:
# 1. Go to the docs folder in the material-ui repo
Expand Down
4 changes: 2 additions & 2 deletions docs/data/charts/bars/bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Learn more about the `colorMap` properties in the [Styling docs](/x/react-charts

To give your bar chart rounded corners, you can change the value of the `borderRadius` property on the [BarChart](/x/api/charts/bar-chart/#bar-chart-prop-slots).

It will work with any positive value and will be properly applied to horizontal layouts, stacks and negative values.
It works with any positive value and is properly applied to horizontal layouts, stacks, and negative values.

{{"demo": "BorderRadius.js"}}

Expand All @@ -119,7 +119,7 @@ Or you can pass `'value'` to display the raw value of the bar.

### Custom Labels

You can display, change or hide labels based on conditional logic.
You can display, change, or hide labels based on conditional logic.
To do so, provide a function to the `barLabel`.
Labels are not displayed if the function returns `null`.

Expand Down

0 comments on commit 26375c6

Please sign in to comment.