Skip to content

Commit a121f0a

Browse files
authored
Merge pull request #20887 from jbampton/fix-spelling
misc: fix spelling
2 parents 14d22bb + 70f20ac commit a121f0a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/source-release/prepareReleaseMaterials.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const stableVersion = `${major}.${minor}.${patch}`;
7777
const releaseFullName = `Apache ECharts ${stableVersion} (release candidate ${rc})`;
7878

7979
console.log('[Release Repo] ' + repo);
80-
console.log('[Release Verion] ' + rcVersion);
80+
console.log('[Release Version] ' + rcVersion);
8181
console.log('[Release Commit] ' + releaseCommit);
8282
console.log('[Release Name] ' + releaseFullName);
8383

@@ -161,4 +161,4 @@ https.get({
161161
});
162162
}).on('error', (e) => {
163163
throw e;
164-
});
164+
});

test/custom-feature.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/legend.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/touch-test.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)