File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
@react-aria/progress/docs
react-aria-components/docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ The `valueLabel` prop allows the formatted value to be replaced with a custom st
212
212
213
213
### Indeterminate
214
214
215
- The ` isIndeterminate ` prop can be used to represent an interdeterminate operation. The ` ProgressCircle ` component created [ above] ( #circular-example )
215
+ The ` isIndeterminate ` prop can be used to represent an indeterminate operation. The ` ProgressCircle ` component created [ above] ( #circular-example )
216
216
implements an animation to indicate this visually.
217
217
218
218
``` tsx example
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ A custom value scale can be used by setting the `minValue` and `maxValue` props.
201
201
202
202
### Indeterminate
203
203
204
- The ` isIndeterminate ` prop can be used to represent an interdeterminate operation.
204
+ The ` isIndeterminate ` prop can be used to represent an indeterminate operation.
205
205
206
206
``` tsx example
207
207
<MyProgressBar
You can’t perform that action at this time.
0 commit comments