From: Roman Borovik <31778230+Starmordar@users.noreply.github.com> Date: Mon, 11 Mar 2019 08:06:50 +0000 (+0300) Subject: Correct typo in a comment in test/index.js (#6122) X-Git-Tag: v2.8.0~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5ff45693e79093279aa8e1463721976c86bea5c;p=thirdparty%2FChart.js.git Correct typo in a comment in test/index.js (#6122) --- diff --git a/test/index.js b/test/index.js index b3fa6cf3b..c0ed15268 100644 --- a/test/index.js +++ b/test/index.js @@ -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;' +