This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments