Skip to content

Commit da76a50

Browse files
committed
docs(typos): 📝 update typos
1 parent 0a4d221 commit da76a50

18 files changed

+20
-19
lines changed

docs-templates/calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ them however. All the date, month & year calculations are done internally using
55
[@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/index.html)
66
to provide the ease of use. It follows the
77
[Grid Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) for the keyboard
8-
navigaiton & focus management. Support all the features as React Aria's
8+
navigaiton & focus management. Supports all the features as React Aria's
99
[useCalendar](https://react-spectrum.adobe.com/react-aria/useCalendar.html#features).
1010

1111
<!-- ADD_TOC -->

docs-templates/datefield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using keyboard. It follows the
55
[Native Input Date](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date)
66
for the keyboard navigation & accessibility features. Supports all the features
77
of React Aria's
8-
[useDateField](https://react-spectrum.adobe.com/react-aria/useDateField.html#features)
8+
[useDateField](https://react-spectrum.adobe.com/react-aria/useDateField.html#features).
99

1010
<!-- ADD_TOC -->
1111

docs-templates/datepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`DatePicker` component provides a way to select a date using
44
[DateField](./datefield) & [Calendar](./calendar.md) component. It follows the
55
[Native Input Date](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date)
6-
for the keyboard navigation & accessibility features. Support all the features
6+
for the keyboard navigation & accessibility features. Supports all the features
77
as React Aria's
88
[useDatePicker](https://react-spectrum.adobe.com/react-aria/useDatePicker.html#features).
99

docs-templates/daterange-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`DateRangePicker` component provides a way to select a a range of dates using
44
[DateField](./datefield) & [Calendar](./calendar.md) component. It follows the
55
[Native Input Date](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date)
6-
for the keyboard navigation & accessibility features. Support all the features
6+
for the keyboard navigation & accessibility features. Supports all the features
77
as React Aria's
88
[useDateRangePicker](https://react-spectrum.adobe.com/react-aria/useDateRangePicker.html#features).
99

docs-templates/meter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
that varies within a defined range. It follows the
55
[WAI-ARIA Meter Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/meter/) for
66
it's
7-
[accessibility properties](https://www.w3.org/WAI/ARIA/apg/patterns/meter/#:~:text=Not%20applicable.-,WAI%2DARIA%20Roles%2C%20States%2C%20and%20Properties,-The%20element%20serving)
7+
[accessibility properties](https://www.w3.org/WAI/ARIA/apg/patterns/meter/#:~:text=Not%20applicable.-,WAI%2DARIA%20Roles%2C%20States%2C%20and%20Properties,-The%20element%20serving).
88

99
<!-- ADD_TOC -->
1010

docs-templates/numberfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for the
99
[keyboard interactions](https://www.w3.org/WAI/ARIA/apg/patterns/spinbutton/#:~:text=month%2C%20and%20year.-,Keyboard%20Interaction,-Up%20Arrow)
1010
and
1111
[accessibility features](https://www.w3.org/WAI/ARIA/apg/patterns/spinbutton/#:~:text=to%20perform%20them.-,WAI%2DARIA%20Roles%2C%20States%2C%20and%20Properties,-The%20focusable%20element).
12-
Support all the features as React Aria's
12+
Supports all the features as React Aria's
1313
[useNumberField](https://react-spectrum.adobe.com/react-aria/useNumberField.html#features).
1414

1515
<!-- ADD_TOC -->

docs-templates/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`Progress` component provides a graphical status for tasks that take some amount
44
of time to load. It follows
5-
[WAI-ARIA Progressbar Pattern](https://www.w3.org/TR/wai-aria-1.2/#progressbar)
5+
[WAI-ARIA Progressbar Pattern](https://www.w3.org/TR/wai-aria-1.2/#progressbar).
66

77
<!-- ADD_TOC -->
88

docs-templates/range-calendar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internally using
66
[@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/index.html)
77
to provide the ease of use. It follows the
88
[Grid Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) for the keyboard
9-
navigaiton & focus management. Support all the features as React Aria's
9+
navigaiton & focus management. Supports all the features as React Aria's
1010
[useRangeCalendar](https://react-spectrum.adobe.com/react-aria/useRangeCalendar.html#features).
1111

1212
<!-- ADD_TOC -->

docs-templates/slider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for the
77
[keyboard navigation](https://www.w3.org/WAI/ARIA/apg/patterns/slidertwothumb/#:~:text=a%20hotel%20reservation.-,Keyboard%20Interaction,-Each%20thumb%20is)
88
&
99
[accessibility properties](https://www.w3.org/WAI/ARIA/apg/patterns/slidertwothumb/#:~:text=does%20not%20change.-,WAI%2DARIA%20Roles%2C%20States%2C%20and%20Properties,-Each%20element%20serving).
10-
Support all the features as React Aria's
10+
Supports all the features as React Aria's
1111
[useSlider](https://react-spectrum.adobe.com/react-aria/useSlider.html#features).
1212

1313
<!-- ADD_TOC -->

docs-templates/timefield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ to style. It follows the
55
[Native Input Time](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time)
66
for the keyboard navigation & accessibility features. Supports all the features
77
of React Aria's
8-
[useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html#features)
8+
[useTimeField](https://react-spectrum.adobe.com/react-aria/useTimeField.html#features).
99

1010
<!-- ADD_TOC -->
1111

0 commit comments

Comments
 (0)