From: Josh McEwen Date: Mon, 8 Apr 2019 07:43:12 +0000 (+0200) Subject: Fix typo in doughnut documentation (#6186) X-Git-Tag: v2.9.0~1^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faad02331393b5ae4f07eafc119002fa21966118;p=thirdparty%2FChart.js.git Fix typo in doughnut documentation (#6186) --- diff --git a/docs/charts/doughnut.md b/docs/charts/doughnut.md index 65c8767fa..8160ef3f8 100644 --- a/docs/charts/doughnut.md +++ b/docs/charts/doughnut.md @@ -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