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

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 06378aa  fix: fitler -> filter typo
     new 4b6b300  Merge pull request #39 from vojty/filter-typo
06378aa is described below

commit 06378aaa16fabd15bd3be568a551a81ef1490143
Author: Tomáš Vojtášek <[email protected]>
AuthorDate: Wed Dec 1 13:23:35 2021 +0100

    fix: fitler -> filter typo
---
 public/examples/ts/data-transform-filter.ts | 2 +-
 src/data/chart-list-data.js                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/examples/ts/data-transform-filter.ts 
b/public/examples/ts/data-transform-filter.ts
index 3915182..7a8576c 100644
--- a/public/examples/ts/data-transform-filter.ts
+++ b/public/examples/ts/data-transform-filter.ts
@@ -1,5 +1,5 @@
 /*
-title: Data Transform Fitler
+title: Data Transform Filter
 category: line
 titleCN: 数据过滤
 difficulty: 3
diff --git a/src/data/chart-list-data.js b/src/data/chart-list-data.js
index a3d1a77..7f57b30 100644
--- a/src/data/chart-list-data.js
+++ b/src/data/chart-list-data.js
@@ -863,7 +863,7 @@ export default [
     "id": "data-transform-filter",
     "ts": true,
     "tags": [],
-    "title": "Data Transform Fitler",
+    "title": "Data Transform Filter",
     "titleCN": "数据过滤",
     "difficulty": 3
   },

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to