From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 28 Jan 2019 18:40:07 +0000 (-0800) Subject: Fix typo in test utils comment (#6017) X-Git-Tag: v2.8.0-rc.1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72b7a613a6292cbc07b20834dcb07b55bf9474c7;p=thirdparty%2FChart.js.git Fix typo in test utils comment (#6017) --- diff --git a/test/utils.js b/test/utils.js index 5cc361bb8..0064689c4 100644 --- a/test/utils.js +++ b/test/utils.js @@ -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.