Skip to content

Commit aeae14e

Browse files
authored
Progress: fix typo in min property description (#767)
1 parent 4cea851 commit aeae14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/progress/Progress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Progress.propTypes = {
8686
bar: PropTypes.bool,
8787

8888
/**
89-
* Upper limit for value, default: 100
89+
* Lower limit for value, default: 0
9090
*/
9191
min: PropTypes.number,
9292

0 commit comments

Comments
 (0)