Skip to content

Commit 8b5f903

Browse files
Merge pull request #8226 from alextana92/patch-1
Fix typo in chart documentation
2 parents ef58181 + 3168874 commit 8b5f903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/showcase/doc/chart/BasicDoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<DocSectionText v-bind="$attrs">
33
<p>
4-
A chart is configured with 3 properties; <i>type</i>, <i>data</i> and <i>options</i>. Chart type is defined using the <i>type</i> property that accepts <i>pie</i>, <i>doughtnut</i>, <i>line</i>, <i>bar</i>, <i>radar</i> and
4+
A chart is configured with 3 properties; <i>type</i>, <i>data</i> and <i>options</i>. Chart type is defined using the <i>type</i> property that accepts <i>pie</i>, <i>doughnut</i>, <i>line</i>, <i>bar</i>, <i>radar</i> and
55
<i>polarArea</i> as a value. The <i>data</i> defines datasets represented with the chart and the <i>options</i> provide numerous customization options to customize the presentation.
66
</p>
77
</DocSectionText>

0 commit comments

Comments
 (0)