diff --git a/en/api/echarts.md b/en/api/echarts.md index 6676c44d..c66133aa 100644 --- a/en/api/echarts.md +++ b/en/api/echarts.md @@ -107,7 +107,7 @@ Returns chart instance of dom container. Use components. Used with the new tree-shaking API. -NOTE: `echarts.use` must be used before `eharts.init` +NOTE: `echarts.use` must be used before `echarts.init` ```ts // Import the echarts core module, which provides the necessary interfaces for using echarts. diff --git a/en/option/component/timeline.md b/en/option/component/timeline.md index 4d3dfaeb..c9b3c544 100644 --- a/en/option/component/timeline.md +++ b/en/option/component/timeline.md @@ -535,13 +535,13 @@ Rotation angle of `label`, in which positive values refer to counter clockwise r {{ if: ${state} }} {{ use: partial-text-style( prefix = ${prefix}, - name = "timeline.lable." + ${state}, + name = "timeline.label." + ${state}, defaultColor = ${textStyleDefaultColor} ) }} {{ else }} {{ use: partial-text-style( prefix = ${prefix}, - name = "timeline.lable", + name = "timeline.label", defaultColor = ${textStyleDefaultColor} ) }} {{ /if }} diff --git a/zh/option/component/timeline.md b/zh/option/component/timeline.md index e0ebe91e..119fd0cf 100644 --- a/zh/option/component/timeline.md +++ b/zh/option/component/timeline.md @@ -895,13 +895,13 @@ const option = { {{ if: ${state} }} {{ use: partial-text-style( prefix = ${prefix}, - name = "timeline.lable." + ${state}, + name = "timeline.label." + ${state}, defaultColor = ${textStyleDefaultColor} ) }} {{ else }} {{ use: partial-text-style( prefix = ${prefix}, - name = "timeline.lable", + name = "timeline.label", defaultColor = ${textStyleDefaultColor} ) }} {{ /if }}