From 2ccb04d9cd17e2b858377985982790ef0f626f87 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 21 Apr 2024 18:23:12 +0200 Subject: [PATCH] [docs] Fix Vale regression (#12862) --- CHANGELOG.md | 4 ++-- docs/data/data-grid/pagination/pagination.md | 2 +- scripts/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50dfd0770593..8184073b87e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -243,7 +243,7 @@ Same changes as in `@mui/x-date-pickers@7.1.1`, plus: - [docs] Fix type arguments in Custom Field page (#12619) @Juneezee - [docs] Fix typo in `getItemId` prop description (#12637) @flaviendelangle - [docs] Make the Charts `margin` usage more visible (#12591) @alexfauquette -- [docs] Match IE 11 spacing with Material UI @oliviertassinari +- [docs] Match IE 11 spacing with MaterialĀ UI @oliviertassinari - [docs] Move data grid interfaces to standard API page layout (#12016) @alexfauquette - [docs] Remove ` around @default values (#12158) @alexfauquette - [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy @@ -506,7 +506,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0`, plus: - [docs] Update links to v6 (#12496) @cherniavskii - [docs] Update links to v7 docs (#12500) @noraleonte - [docs] Update supported versions (#12508) @joserodolfofreitas -- [docs] Update "What's new in MUI X" page #12527 @cherniavskii +- [docs] Update "What's new in MUIĀ X" page #12527 @cherniavskii ### Core diff --git a/docs/data/data-grid/pagination/pagination.md b/docs/data/data-grid/pagination/pagination.md index d23efc50aa1fa..b9d72261f188b 100644 --- a/docs/data/data-grid/pagination/pagination.md +++ b/docs/data/data-grid/pagination/pagination.md @@ -134,7 +134,7 @@ There can be three different possibilities regarding the availability of the `ro :::warning The `rowCount` prop is used in server-side pagination mode to inform the DataGrid about the total number of rows in your dataset. -This prop is ignored when the `paginationMode` is set to `client`, i.e. when the pagination is handled on the client-side. +This prop is ignored when the `paginationMode` is set to `client`, that is when the pagination is handled on the client-side. ::: You can configure `rowCount`, `paginationMeta.hasNextPage`, and `estimatedRowCount` props to handle the above scenarios. diff --git a/scripts/README.md b/scripts/README.md index f26e7925ba80c..0e64e6ad3167a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -27,7 +27,7 @@ yarn release:changelog > `` > This string needs to stay where it gets inserted for the automated discord announcement to work. -You can also provide the github token by setting `process.env.GITHUB_TOKEN` variable. +You can also provide the GitHub token by setting `process.env.GITHUB_TOKEN` variable. In case of a problem, another method to generate the changelog is available at the end of this page.