]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix minor typo (#12068)
authorLucas Leung <66652566+lucasleung8@users.noreply.github.com>
Fri, 25 Apr 2025 11:47:44 +0000 (07:47 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 11:47:44 +0000 (13:47 +0200)
docs/axes/cartesian/linear.md

index f534a4d9b823504e2ecaa3b84ef6220cdc422fcc..fae3b98d11bb02ed5f238df601be2043ac248b19 100644 (file)
@@ -97,4 +97,4 @@ module.exports = {
 
 ## Internal data format
 
-Internally, the linear scale uses numeric data
+Internally, the linear scale uses numeric data.