]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix: Typo ingnore-->ignore (#9711)
authornikethan rai <58390625+nikethanrai@users.noreply.github.com>
Sun, 3 Oct 2021 12:50:02 +0000 (18:20 +0530)
committerGitHub <noreply@github.com>
Sun, 3 Oct 2021 12:50:02 +0000 (08:50 -0400)
src/controllers/controller.bar.js

index dd10cf09f8f7d51f274a9f25eaf98efa2a725507..2d7629a308e6d7d33475f87bad7b96e67c73e758 100644 (file)
@@ -28,7 +28,7 @@ function computeMinSampleSize(meta) {
   let i, ilen, curr, prev;
   const updateMinAndPrev = () => {
     if (curr === 32767 || curr === -32768) {
-      // Ingnore truncated pixels
+      // Ignore truncated pixels
       return;
     }
     if (defined(prev)) {