Skip to content

Commit

Permalink
Fix typo in doughnut documentation (chartjs#6186)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamcewen authored and simonbrunel committed Apr 8, 2019
1 parent 1171e41 commit 40cdd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts/doughnut.md
Expand Up @@ -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

Expand Down

0 comments on commit 40cdd98

Please sign in to comment.