]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in time.md (#11930)
authorDamien Regad <dregad@mantisbt.org>
Tue, 15 Oct 2024 12:06:50 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 12:06:50 +0000 (08:06 -0400)
docs/axes/cartesian/time.md

index 0723f7978ad927cb13c84271d42a97ea4b0b706f..50d5d625d1945c9ce15804db3539cca80b12dcb7 100644 (file)
@@ -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