Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 1b73e8a

Browse files
committed
docs: fix other typos
1 parent 40117fa commit 1b73e8a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

website/pages/circularprogress.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Circular Progress component is used to indicates the progress for both deter
1010

1111
- Determinate progress fills the circular track with color, as the indicator
1212
moves from 0 to 360 degrees.
13-
- Indeterminate progress grow and shrinks the indicator while moving along the
13+
- Indeterminate progress grows and shrinks the indicator while moving along the
1414
circular track.
1515

1616

website/pages/heading.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ Pass the `isTruncated` prop to render an ellipsis when the headings exceed
6767

6868
### Override style
6969

70-
You can override the size of the Heading component by passing the `fontSize`
71-
prop.
70+
You can override the size of the Heading component by passing the `fontSize` prop.
7271

7372
<br />
7473

website/pages/textarea.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The Textarea composes the [Input](/input) component
4343

4444
| Name | Description |
4545
| ------ | -------------------------------------------------------------- |
46-
| change | Handles what happens when the content of the text area changes |
46+
| change | Handles what happens when the content of the textarea changes |

0 commit comments

Comments
 (0)