diff --git a/test/utils.js b/test/utils.js index 5cc361bb86f..0064689c4ae 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.