mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? This PR fixes multiple typos found in markdown documentation files. | File | Incorrect Words | Correction(s) | |------------------------------------------------------------|----------------------------------------|----------------------------------| | `STYLE.md` | overridden | override | | `docs/usage/rest_api/notebook.md` | gernerates | generates | | `docs/usage/rest_api/helium.md` | reponse | response | | `docs/usage/other_features/cron_scheduler.md` | are binded | are bound | | `docs/usage/display_system/basic.md` | wich | which | | `docs/setup/deployment/virtual_machine.md` | fowarding | forwarding | | `docs/quickstart/kubernetes.md` | persiste, overrided | persist, overridden | | `docs/quickstart/install.md` | volumn | volume | | `docs/quickstart/explore_ui.md` | shorcuts, authentification | shortcuts, authentication | | `docs/interpreter/python.md` | enviornment | environment | | `docs/interpreter/neo4j.md` | dafault | default | | `docs/interpreter/mahout.md` | follwoing, coppied | following, copied | | `docs/interpreter/livy.md` | sugguest, avalible, formst | suggest, available, format | | `docs/interpreter/groovy.md` | usefull | useful | | `docs/development/helium/writing_application.md` | Resouce, possiblities | Resource, possibilities | | `docs/development/contribution/how_to_contribute_code.md` | repro | repo | | `docs/assets/themes/zeppelin/js/search.js` | — | (deleted) | ### What type of PR is it? Documentation ### Todos * [x] - Fix all identified typos listed in the linked issue. ### What is the Jira issue? * Jira - https://issues.apache.org/jira/browse/ZEPPELIN-6198 ### How should this be tested? * N/A ### Screenshots (if appropriate) * N/A ### Questions: * Does the license files need to update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? No. Closes #4943 from hyunw9/fix-multiple-typo-in-docs. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com> |
||
|---|---|---|
| .. | ||
| configuration.md | ||
| credential.md | ||
| helium.md | ||
| interpreter.md | ||
| notebook.md | ||
| notebook_repository.md | ||
| zeppelin_server.md | ||