Skip to content

Commit

Permalink
Correct typo in a comment in test/index.js (#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmordar authored and simonbrunel committed Mar 11, 2019
1 parent 87a74f9 commit f5ff456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var utils = require('./utils');
window.waitForResize = utils.waitForResize;
window.createMockContext = createMockContext;

// some style initialization to limit differences between browsers across different plateforms.
// some style initialization to limit differences between browsers across different platforms.
utils.injectCSS(
'.chartjs-wrapper, .chartjs-wrapper canvas {' +
'border: 0;' +
Expand Down

0 comments on commit f5ff456

Please sign in to comment.