From 22a0ba9709745bd58fef2e4ba789461dc4dbe2f8 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Tue, 15 Oct 2024 14:06:50 +0200 Subject: [PATCH] Fix typo in time.md (#11930) --- docs/axes/cartesian/time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/cartesian/time.md b/docs/axes/cartesian/time.md index 0723f7978ad..50d5d625d19 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