]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in doughnut documentation (#6186)
authorJosh McEwen <joshua@joshuamcewen.co.uk>
Mon, 8 Apr 2019 07:43:12 +0000 (09:43 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 8 Apr 2019 07:43:12 +0000 (09:43 +0200)
docs/charts/doughnut.md

index 65c8767fa9ff6229fd3f2c2a89da4d0ddbb4b29f..8160ef3f807c346ce8b1ddfc99a5a5f703a550dc 100644 (file)
@@ -84,7 +84,7 @@ The following values are supported for `borderAlign`.
 * `'center'` (default)
 * `'inner'`
 
-When `'center'` is set, the borders of arcs next to each other will overlap. When `'inner'` is set, it is guaranteed that all the borders are not overlap.
+When `'center'` is set, the borders of arcs next to each other will overlap. When `'inner'` is set, it is guaranteed that all borders will not overlap.
 
 ### Interactions