From: Damien Regad Date: Tue, 15 Oct 2024 12:06:50 +0000 (+0200) Subject: Fix typo in time.md (#11930) X-Git-Tag: v4.4.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a0ba9709745bd58fef2e4ba789461dc4dbe2f8;p=thirdparty%2FChart.js.git Fix typo in time.md (#11930) --- diff --git a/docs/axes/cartesian/time.md b/docs/axes/cartesian/time.md index 0723f7978..50d5d625d 100644 --- a/docs/axes/cartesian/time.md +++ b/docs/axes/cartesian/time.md @@ -1,6 +1,6 @@ # Time Cartesian Axis -The time scale is used to display times and dates. Data are spread according to the amount of time between data points. When building its ticks, it will automatically calculate the most comfortable unit base on the size of the scale. +The time scale is used to display times and dates. Data are spread according to the amount of time between data points. When building its ticks, it will automatically calculate the most comfortable unit based on the size of the scale. ## Date Adapters