From 7dce94e8203703eba02cc7dad9cb451f0e2e6e30 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 10 Mar 2021 16:23:05 +0900 Subject: [PATCH] Fix typo in linear.mdx (#8605) minumum -> minimum --- docs/docs/axes/cartesian/linear.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.47.3