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 f3010506d fix: Fix typo s/buidling/building/
     new d3733876f Merge pull request #19449 from hugo-syn/master
f3010506d is described below

commit f3010506d229478423492fd30ba92eb37c9dcf3f
Author: hugo-syn <hugo.vinc...@synacktiv.com>
AuthorDate: Fri Dec 29 13:16:49 2023 +0100

    fix: Fix typo s/buidling/building/
---
 build/pre-publish.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/pre-publish.js b/build/pre-publish.js
index 6975c2744..f590d1e79 100644
--- a/build/pre-publish.js
+++ b/build/pre-publish.js
@@ -87,7 +87,7 @@ const compileWorkList = [
             module: 'ES2015',
             rootDir: ecDir,
             outDir: tmpDir,
-            // Generate types when buidling esm
+            // Generate types when building esm
             declaration: true,
             declarationDir: typesDir
         },


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

Reply via email to