From f959b46663f2841362cc022c2835de5abb0d8cce Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Tue, 19 Aug 2025 23:34:44 +0900 Subject: [PATCH] Fix typos in `docs/translations` folder --- docs/translations/api-docs-base/select/select.json | 2 +- docs/translations/api-docs-base/use-menu/use-menu.json | 2 +- docs/translations/api-docs-base/use-select/use-select.json | 2 +- .../use-transition-state-manager.json | 2 +- docs/translations/api-docs/popover/popover.json | 2 +- .../table-pagination-actions/table-pagination-actions.json | 4 ++-- .../api-docs/table-pagination/table-pagination.json | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/translations/api-docs-base/select/select.json b/docs/translations/api-docs-base/select/select.json index 1b50b4a0e5405d..d003903b018a46 100644 --- a/docs/translations/api-docs-base/select/select.json +++ b/docs/translations/api-docs-base/select/select.json @@ -2,7 +2,7 @@ "componentDescription": "The foundation for building custom-styled select components.", "propDescriptions": { "areOptionsEqual": { - "description": "A function used to determine if two options' values are equal. By default, reference equality is used.
There is a performance impact when using the areOptionsEqual prop (proportional to the number of options). Therefore, it's recommented to use the default reference equality comparison whenever possible." + "description": "A function used to determine if two options' values are equal. By default, reference equality is used.
There is a performance impact when using the areOptionsEqual prop (proportional to the number of options). Therefore, it's recommended to use the default reference equality comparison whenever possible." }, "autoComplete": { "description": "This prop helps users to fill forms faster, especially on mobile devices. The name can be confusing, as it's more like an autofill. You can learn more about it following the specification." diff --git a/docs/translations/api-docs-base/use-menu/use-menu.json b/docs/translations/api-docs-base/use-menu/use-menu.json index 07e143579e1a60..424af6ecd8cc76 100644 --- a/docs/translations/api-docs-base/use-menu/use-menu.json +++ b/docs/translations/api-docs-base/use-menu/use-menu.json @@ -2,7 +2,7 @@ "hookDescription": "", "parametersDescriptions": { "autoFocus": { - "description": "If true (Default) will focus the highligted item. If you set this prop to false the focus will not be moved inside the Menu component. This has severe accessibility implications and should only be considered if you manage focus otherwise." + "description": "If true (Default) will focus the highlighted item. If you set this prop to false the focus will not be moved inside the Menu component. This has severe accessibility implications and should only be considered if you manage focus otherwise." }, "componentName": { "description": "The name of the component using useMenu. For debugging purposes." diff --git a/docs/translations/api-docs-base/use-select/use-select.json b/docs/translations/api-docs-base/use-select/use-select.json index e9c367b8131ece..95f49892044af0 100644 --- a/docs/translations/api-docs-base/use-select/use-select.json +++ b/docs/translations/api-docs-base/use-select/use-select.json @@ -2,7 +2,7 @@ "hookDescription": "", "parametersDescriptions": { "areOptionsEqual": { - "description": "A function used to determine if two options' values are equal. By default, reference equality is used.
There is a performance impact when using the areOptionsEqual prop (proportional to the number of options). Therefore, it's recommented to use the default reference equality comparison whenever possible." + "description": "A function used to determine if two options' values are equal. By default, reference equality is used.
There is a performance impact when using the areOptionsEqual prop (proportional to the number of options). Therefore, it's recommended to use the default reference equality comparison whenever possible." }, "buttonRef": { "description": "The ref of the trigger button element." }, "componentName": { diff --git a/docs/translations/api-docs-base/use-transition-state-manager/use-transition-state-manager.json b/docs/translations/api-docs-base/use-transition-state-manager/use-transition-state-manager.json index a370730b764728..52ccefa653df55 100644 --- a/docs/translations/api-docs-base/use-transition-state-manager/use-transition-state-manager.json +++ b/docs/translations/api-docs-base/use-transition-state-manager/use-transition-state-manager.json @@ -1,5 +1,5 @@ { - "hookDescription": "Allows an element to be transitioned in and out.\nThe transition is triggerred by a `TransitionContext` placed above in the component tree.", + "hookDescription": "Allows an element to be transitioned in and out.\nThe transition is triggered by a `TransitionContext` placed above in the component tree.", "parametersDescriptions": {}, "returnValueDescriptions": {} } diff --git a/docs/translations/api-docs/popover/popover.json b/docs/translations/api-docs/popover/popover.json index bfe85e0e271133..6d9ce921afc941 100644 --- a/docs/translations/api-docs/popover/popover.json +++ b/docs/translations/api-docs/popover/popover.json @@ -37,7 +37,7 @@ }, "open": { "description": "If true, the component is shown." }, "PaperProps": { - "description": "Props applied to the Paper element.
This prop is an alias for slotProps.paper and will be overriden by it if both are used." + "description": "Props applied to the Paper element.
This prop is an alias for slotProps.paper and will be overridden by it if both are used." }, "slotProps": { "description": "The props used for each slot inside." }, "slots": { "description": "The components used for each slot inside." }, diff --git a/docs/translations/api-docs/table-pagination-actions/table-pagination-actions.json b/docs/translations/api-docs/table-pagination-actions/table-pagination-actions.json index a53a76965b6587..ee1ec0c9eeb7e0 100644 --- a/docs/translations/api-docs/table-pagination-actions/table-pagination-actions.json +++ b/docs/translations/api-docs/table-pagination-actions/table-pagination-actions.json @@ -2,7 +2,7 @@ "componentDescription": "", "propDescriptions": { "backIconButtonProps": { - "description": "This prop is an alias for slotProps.previousButton and will be overriden by it if both are used." + "description": "This prop is an alias for slotProps.previousButton and will be overridden by it if both are used." }, "classes": { "description": "Override or extend the styles applied to the component." }, "disabled": { "description": "If true, the component is disabled." }, @@ -16,7 +16,7 @@ } }, "nextIconButtonProps": { - "description": "This prop is an alias for slotProps.nextButton and will be overriden by it if both are used." + "description": "This prop is an alias for slotProps.nextButton and will be overridden by it if both are used." } }, "classDescriptions": {}, diff --git a/docs/translations/api-docs/table-pagination/table-pagination.json b/docs/translations/api-docs/table-pagination/table-pagination.json index 4bd3bed598c565..e44f512cb82f88 100644 --- a/docs/translations/api-docs/table-pagination/table-pagination.json +++ b/docs/translations/api-docs/table-pagination/table-pagination.json @@ -5,7 +5,7 @@ "description": "The component used for displaying the actions. Either a string to use a HTML element or a component." }, "backIconButtonProps": { - "description": "Props applied to the back arrow IconButton component.
This prop is an alias for slotProps.actions.previousButton and will be overriden by it if both are used." + "description": "Props applied to the back arrow IconButton component.
This prop is an alias for slotProps.actions.previousButton and will be overridden by it if both are used." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { @@ -31,7 +31,7 @@ "description": "Customize the rows per page label.
For localization purposes, you can use the provided translations." }, "nextIconButtonProps": { - "description": "Props applied to the next arrow IconButton element.
This prop is an alias for slotProps.actions.nextButton and will be overriden by it if both are used." + "description": "Props applied to the next arrow IconButton element.
This prop is an alias for slotProps.actions.nextButton and will be overridden by it if both are used." }, "onPageChange": { "description": "Callback fired when the page is changed.", @@ -54,7 +54,7 @@ "description": "Customizes the options of the rows per page select field. If less than two options are available, no select field will be displayed. Use -1 for the value with a custom label to show all the rows." }, "SelectProps": { - "description": "Props applied to the rows per page Select element.
This prop is an alias for slotProps.select and will be overriden by it if both are used." + "description": "Props applied to the rows per page Select element.
This prop is an alias for slotProps.select and will be overridden by it if both are used." }, "showFirstButton": { "description": "If true, show the first-page button." }, "showLastButton": { "description": "If true, show the last-page button." },