Fix typo in linear.mdx (#8605)

minumum -> minimum
This commit is contained in:
Ikko Ashimine
2021-03-10 16:23:05 +09:00
committed by GitHub
parent 4c3e992657
commit 7dce94e820

View File

@@ -62,7 +62,7 @@ let options = {
## Grace
If the value is string ending with `%`, its treat as percentage. If number, its treat as value.
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.
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.
import { useEffect, useRef } from 'react';