From: Ikko Ashimine Date: Wed, 10 Mar 2021 07:23:05 +0000 (+0900) Subject: Fix typo in linear.mdx (#8605) X-Git-Tag: v3.0.0-beta.14~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dce94e8203703eba02cc7dad9cb451f0e2e6e30;p=thirdparty%2FChart.js.git Fix typo in linear.mdx (#8605) minumum -> minimum --- diff --git a/docs/docs/axes/cartesian/linear.mdx b/docs/docs/axes/cartesian/linear.mdx index da7a3b4dc..bd6670297 100644 --- a/docs/docs/axes/cartesian/linear.mdx +++ b/docs/docs/axes/cartesian/linear.mdx @@ -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';