Bojun-Vvibe opened a new pull request, #21589: URL: https://github.com/apache/echarts/pull/21589
**Repo:** apache/echarts (⭐ 59000) **Type:** docs **Files changed:** 3 **Lines:** +3/-3 ## What Fixes three small spelling mistakes in code comments across the ECharts source tree: `spcefied` → `specified` in `src/util/graphic.ts`, `begining` → `beginning` in `src/component/legend/ScrollableLegendView.ts`, and `refering` → `referring` in `src/coord/matrix/MatrixBodyCorner.ts`. ## Why These are pure comment fixes that improve readability and grep-ability of the codebase without changing any runtime behavior. Comments are documentation that contributors and maintainers read regularly, and consistent spelling helps when searching for terms or reviewing diffs. ## Testing No behavioral change — only comment text is modified. The TypeScript compiler treats comments as whitespace, so existing builds and tests remain unaffected. A `git diff` confirms only `//` comment lines are touched. ## Risk Low — comment-only changes with no impact on emitted JavaScript or type-checking. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
