From: Marc Poulhiès Date: Tue, 22 May 2018 20:23:24 +0000 (+0200) Subject: Fix typo in README.md (#5504) X-Git-Tag: v2.7.3~1^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1072ed9238ac48b6be5a7db8546103ec50a92c0d;p=thirdparty%2FChart.js.git Fix typo in README.md (#5504) --- diff --git a/README.md b/README.md index f914944e1..31a14e525 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Files: * `dist/Chart.bundle.js` * `dist/Chart.bundle.min.js` -The bundled build includes Moment.js in a single file. You should use this version if you require time axes and want to include a single file. You should not use this build if your application already included Moment.js. Otherwise, Moment.js will be included twice which results in increasing page load time and possible version compatability issues. +The bundled build includes Moment.js in a single file. You should use this version if you require time axes and want to include a single file. You should not use this build if your application already included Moment.js. Otherwise, Moment.js will be included twice which results in increasing page load time and possible version compatibility issues. ## Documentation