]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in test utils comment (#6017)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Mon, 28 Jan 2019 18:40:07 +0000 (10:40 -0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 28 Jan 2019 18:40:07 +0000 (19:40 +0100)
test/utils.js

index 5cc361bb86f2c10110f87aa289e99c910c7a8921..0064689c4aef147612b0abfe1aee68f6080b2add 100644 (file)
@@ -21,7 +21,7 @@ function readImageData(url, callback) {
 }
 
 /**
- * Injects a new canvas (and div wrapper) and creates teh associated Chart instance
+ * Injects a new canvas (and div wrapper) and creates the associated Chart instance
  * using the given config. Additional options allow tweaking elements generation.
  * @param {object} config - Chart config.
  * @param {object} options - Chart acquisition options.