Skip to content

Commit

Permalink
Fix typo in test utils comment (#6017)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and simonbrunel committed Jan 28, 2019
1 parent e6a0c86 commit 72b7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.js
Expand Up @@ -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.
Expand Down

0 comments on commit 72b7a61

Please sign in to comment.