Skip to content

Commit 69bf4df

Browse files
YucohnyXleine
and
Xleine
authored
Update src/content/reference/react-dom/components/progress.md
Co-authored-by: Xleine <[email protected]>
1 parent 6e0d0fc commit 69bf4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ title: "<progress>"
3535
除此之外,`<progress>` 还支持以下属性:
3636

3737
- [`max`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-max):一个数字,表示指定的最大 `value`。默认值为 `1`
38-
- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0``max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null``value` 表示完成了多少进度。
38+
- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0``max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null``value` 表示完成了多少进度。
3939

4040
---
4141

0 commit comments

Comments
 (0)