Skip to content

Commit 3f44370

Browse files
mehm8128reidbarber
andauthored
fix typo on progress bar docs (#7373)
Co-authored-by: Reid Barber <[email protected]>
1 parent a98da55 commit 3f44370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@react-aria/progress/docs/useProgressBar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The `valueLabel` prop allows the formatted value to be replaced with a custom st
212212

213213
### Indeterminate
214214

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)
216216
implements an animation to indicate this visually.
217217

218218
```tsx example

packages/react-aria-components/docs/ProgressBar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ A custom value scale can be used by setting the `minValue` and `maxValue` props.
201201

202202
### Indeterminate
203203

204-
The `isIndeterminate` prop can be used to represent an interdeterminate operation.
204+
The `isIndeterminate` prop can be used to represent an indeterminate operation.
205205

206206
```tsx example
207207
<MyProgressBar

0 commit comments

Comments
 (0)