Huang Yu created FLINK-23044: -------------------------------- Summary: fix typos in docs Key: FLINK-23044 URL: https://issues.apache.org/jira/browse/FLINK-23044 Project: Flink Issue Type: Improvement Components: Documentation Reporter: Huang Yu Fix For: 1.14.0
using [codetypo](https://www.github.com/raywill/codetypo) I can find tons of typos in documents. ``` [xiaochu.yh ~/tools/codetypo] (main) $python checker.py flink/docs/ flink/docs/README.md ommitted (suggestion: omitted) groupd (suggestion: group) artfiact (suggestion: artifact) sometab (suggestion: sometag) verison (suggestion: verion) pgenerate (suggestion: generate) harnesses (suggestion: harnessed) flavored (suggestion: favored) shortcode (suggestion: sortcode) flinks (suggestion: blinks) flink/docs/assets/github.css lntable (suggestion: ntable) affix (suggestion: affin) ffffcc (suggestion: fffcc) subheading (suggestion: subheadings) flink/docs/assets/_fonts.scss lucida (suggestion: lucina) arial (suggestion: ariel) flink/docs/layouts/partials/docs/simple-title.html sytling (suggestion: styling) flink/docs/layouts/partials/docs/inject/menu-after.html dictonary (suggestion: dictionary) flink/docs/layouts/shortcodes/version.html parmeters (suggestion: pameters) shortcode (suggestion: sortcode) flink/docs/layouts/shortcodes/beta.html guaruntees (suggestion: guarantees) flink/docs/layouts/shortcodes/stable.html parmeters (suggestion: pameters) shortcode (suggestion: sortcode) ``` some of them are real typos which need to be fixed. -- This message was sent by Atlassian Jira (v8.3.4#803005)