Skip to content

Commit

Permalink
docs: fix typo (#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeljs committed Feb 27, 2023
1 parent 21de8cd commit 1b0a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/manual/getting-started.zh.md
Expand Up @@ -104,7 +104,7 @@ const line = new Line('container', {
},
},
yAxis: {
// 格式化 y 轴标签加单位,自定义 labal 样式
// 格式化 y 轴标签加单位,自定义 label 样式
label: {
formatter: (v) => {
return v + 'k';
Expand Down

0 comments on commit 1b0a0a9

Please sign in to comment.