Fix typo in test utils comment (#6017)

This commit is contained in:
Ben McCann 2019-01-28 10:40:07 -08:00 committed by Simon Brunel
parent e6a0c86909
commit 72b7a613a6

View 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.