This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new d047d7164 fix: Fix typo s/Usefull/Useful/
     new 69cab1f64 Merge pull request #19446 from hugo-syn/master
d047d7164 is described below

commit d047d716460ad2c9d1e78af334a31e20b81514d1
Author: hugo-syn <hugo.vinc...@synacktiv.com>
AuthorDate: Thu Dec 28 13:18:00 2023 +0100

    fix: Fix typo s/Usefull/Useful/
---
 src/component/axis/AxisBuilder.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/component/axis/AxisBuilder.ts 
b/src/component/axis/AxisBuilder.ts
index a3773a823..1644d5024 100644
--- a/src/component/axis/AxisBuilder.ts
+++ b/src/component/axis/AxisBuilder.ts
@@ -70,7 +70,7 @@ export interface AxisBuilderCfg {
     tickDirection?: number
     labelDirection?: number
     /**
-     * Usefull when onZero.
+     * Useful when onZero.
      */
     labelOffset?: number
     /**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to