From faad02331393b5ae4f07eafc119002fa21966118 Mon Sep 17 00:00:00 2001 From: Josh McEwen Date: Mon, 8 Apr 2019 09:43:12 +0200 Subject: [PATCH] Fix typo in doughnut documentation (#6186) --- docs/charts/doughnut.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3