You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/10/12 03:11:59 UTC

[incubator-echarts-www] branch master updated: fix(spreadsheet): fix a typo. qutation -> quotation

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/incubator-echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new f2e456d  fix(spreadsheet): fix a typo. qutation -> quotation
     new bd74fa2  Merge pull request #13 from plainheart/fix-typo
f2e456d is described below

commit f2e456db6f79830cd4d69a872efb533607499829
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Aug 23 09:36:13 2020 +0800

    fix(spreadsheet): fix a typo.
    qutation -> quotation
---
 js/spreadsheet/lang.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/spreadsheet/lang.js b/js/spreadsheet/lang.js
index 3c66f92..00f20d2 100644
--- a/js/spreadsheet/lang.js
+++ b/js/spreadsheet/lang.js
@@ -78,8 +78,8 @@ define(function (require) {
         emptyValueSetting: 'Empty Value: ',
         quotationMarkSetting: 'Quotation Mark: ',
         quotationMarks: {
-            singleQuotes: 'single qutation mark',
-            doubleQuotes: 'double qutation mark'
+            singleQuotes: 'single quotation mark',
+            doubleQuotes: 'double quotation mark'
         },
         dimensionSetting: 'Dimension: ',
         dimDesc: {


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