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

ovilia 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 cda23a0  fix(DataStore): fix typo 'Invalid'. close #16786
     new 25109e3  Merge pull request #16824 from XXXMrG/fix-16786
cda23a0 is described below

commit cda23a02d8c637edafd9b9c2ba6f8ed774a77865
Author: gaojian17 <gaojia...@baidu.com>
AuthorDate: Fri Apr 1 20:14:12 2022 +0800

    fix(DataStore): fix typo 'Invalid'. close #16786
---
 src/data/DataStore.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data/DataStore.ts b/src/data/DataStore.ts
index 4ceb7ba..b839d8b 100644
--- a/src/data/DataStore.ts
+++ b/src/data/DataStore.ts
@@ -191,7 +191,7 @@ class DataStore {
         if (__DEV__) {
             assert(
                 isFunction(provider.getItem) && isFunction(provider.count),
-                'Inavlid data provider.'
+                'Invalid data provider.'
             );
         }
 

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

Reply via email to