Skip to content

Commit 7dce94e

Browse files
authored
Fix typo in linear.mdx (#8605)
minumum -> minimum
1 parent 4c3e992 commit 7dce94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/axes/cartesian/linear.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let options = {
6262
## Grace
6363

6464
If the value is string ending with `%`, its treat as percentage. If number, its treat as value.
65-
The value is added to the maximum data value and subtracted from the minumum data. This extends the scale range as if the data values were that much greater.
65+
The value is added to the maximum data value and subtracted from the minimum data. This extends the scale range as if the data values were that much greater.
6666

6767
import { useEffect, useRef } from 'react';
6868

0 commit comments

Comments
 (0)