]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in linear.mdx (#8605)
authorIkko Ashimine <eltociear@gmail.com>
Wed, 10 Mar 2021 07:23:05 +0000 (16:23 +0900)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 07:23:05 +0000 (09:23 +0200)
minumum -> minimum

docs/docs/axes/cartesian/linear.mdx

index da7a3b4dc17f866a76ae01daa94592c9f0a9a1da..bd6670297cfaa2f74df0301226eb47183eae4bbc 100644 (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';