From 93dc5a439d0b6fdec1f2176ce1ac15a49bd05a6d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 26 Jan 2019 22:03:40 -0800 Subject: [PATCH] Fix typo in comment --- test/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.js b/test/utils.js index c9e9ae012fa..db895db026b 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.