]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Correct typo in a comment in test/index.js (#6122)
authorRoman Borovik <31778230+Starmordar@users.noreply.github.com>
Mon, 11 Mar 2019 08:06:50 +0000 (11:06 +0300)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 11 Mar 2019 08:06:50 +0000 (09:06 +0100)
test/index.js

index b3fa6cf3b602db0edd938260f73431210f5de4be..c0ed152680175b89e85a8f2078708262650cad50 100644 (file)
@@ -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;' +