]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in README.md (#5504)
authorMarc Poulhiès <dkm@kataplop.net>
Tue, 22 May 2018 20:23:24 +0000 (22:23 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 22 May 2018 20:23:24 +0000 (22:23 +0200)
README.md

index f914944e101a335a57ea7ae2eb8f804642315093..31a14e5257cd875660ef3ce9659c1928c5c12e7c 100644 (file)
--- 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