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/07/29 06:36:51 UTC

[incubator-echarts-doc] branch master updated: Fix typo

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-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 92d9aa9  Fix typo
     new 92f689d  Merge pull request #126 from psimyn/patch-1
92d9aa9 is described below

commit 92d9aa992e9ab05addc7996e8f5cfa58378fb34b
Author: Simon Knox <ps...@users.noreply.github.com>
AuthorDate: Wed Jul 29 11:11:32 2020 +1000

    Fix typo
    
    Also small wording change
---
 en/option/option.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/option.md b/en/option/option.md
index 2750b04..f64ba3e 100644
--- a/en/option/option.md
+++ b/en/option/option.md
@@ -96,5 +96,5 @@ The default value of `useUTC` is false, for sake of considering:
 + In many cases, labels should be displayed in local time (whether the time is stored in server in local time or UTC).
 + If user uses time string (like '2012-01-02') in data, it usually means local time if time zone is not specified. Time should be displayed in its original time zone by default.
 
-Notice: the setting only effects "display time", but not "parse time".
-About how time value (like `1491339540396`, `'2013-01-04'`, ...) is parsed in echarts, see [the time part in date](~series-line.data).
+Notice: the setting only affects "display time", not "parse time".
+For how time value (like `1491339540396`, `'2013-01-04'`, ...) is parsed in echarts, see [the time part in date](~series-line.data).


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