Skip to content

Commit a4f93e7

Browse files
authored
fix typos in aria-valuemin description (#3687)
1 parent d4a8fcc commit a4f93e7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Represents the maximum value for range-based components, such as sliders and pro
210210

211211
### `aria-valuemin`
212212

213-
Represents the maximum value for range-based components, such as sliders and progress bars.
213+
Represents the minimum value for range-based components, such as sliders and progress bars.
214214

215215
### `aria-valuenow`
216216

docs/touchablewithoutfeedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Represents the maximum value for range-based components, such as sliders and pro
325325

326326
### `aria-valuemin`
327327

328-
Represents the maximum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
328+
Represents the minimum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
329329

330330
| Type |
331331
| ------ |

docs/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Represents the maximum value for range-based components, such as sliders and pro
335335

336336
### `aria-valuemin`
337337

338-
Represents the maximum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
338+
Represents the minimum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
339339

340340
| Type |
341341
| ------ |

website/versioned_docs/version-0.71/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Represents the maximum value for range-based components, such as sliders and pro
210210

211211
### `aria-valuemin`
212212

213-
Represents the maximum value for range-based components, such as sliders and progress bars.
213+
Represents the minimum value for range-based components, such as sliders and progress bars.
214214

215215
### `aria-valuenow`
216216

website/versioned_docs/version-0.71/touchablewithoutfeedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Represents the maximum value for range-based components, such as sliders and pro
325325

326326
### `aria-valuemin`
327327

328-
Represents the maximum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
328+
Represents the minimum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
329329

330330
| Type |
331331
| ------ |

website/versioned_docs/version-0.71/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Represents the maximum value for range-based components, such as sliders and pro
370370

371371
### `aria-valuemin`
372372

373-
Represents the maximum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
373+
Represents the minimum value for range-based components, such as sliders and progress bars. Has precedence over the `min` value in the `accessibilityValue` prop.
374374

375375
| Type |
376376
| ------ |

0 commit comments

Comments
 (0)