From f5ff45693e79093279aa8e1463721976c86bea5c Mon Sep 17 00:00:00 2001 From: Roman Borovik <31778230+Starmordar@users.noreply.github.com> Date: Mon, 11 Mar 2019 11:06:50 +0300 Subject: [PATCH] Correct typo in a comment in test/index.js (#6122) --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index b3fa6cf3b60..c0ed1526801 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;' +