mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Fix typo: change "intermedinate" to "indeterminate" (#6062)
This commit is contained in:
@@ -35,7 +35,7 @@ To display a progress indicator, render the [built-in browser `<progress>`](http
|
||||
Additionally, `<progress>` supports these props:
|
||||
|
||||
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`.
|
||||
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for intermedinate progress. Specifies how much was done.
|
||||
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for indeterminate progress. Specifies how much was done.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user