docs: fixes minor typos

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2023-02-23 14:06:41 +00:00 committed by Eric Callahan
parent a06f748587
commit ed569a2fdb
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
Moonraker is a Python 3 based web server that exposes APIs with which Moonraker is a Python 3 based web server that exposes APIs with which
client applications may use to interact with the 3D printing firmware client applications may use to interact with the 3D printing firmware
[Klipper](https://github.com/KevinOConnor/klipper). Communcation between [Klipper](https://github.com/KevinOConnor/klipper). Communication between
the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado
is used to provide Moonraker's server functionality. is used to provide Moonraker's server functionality.

View File

@ -3,7 +3,7 @@
While Moonraker exists as a service independently from Klipper, it relies While Moonraker exists as a service independently from Klipper, it relies
on Klipper to be useful. Thus, the tentative plan is to eventually merge on Klipper to be useful. Thus, the tentative plan is to eventually merge
the Moonraker application into the Klipper repo after Moonraker matures, the Moonraker application into the Klipper repo after Moonraker matures,
at which point this repo will be archived. As such, contibuting guidelines at which point this repo will be archived. As such, contributing guidelines
are near those of Klipper: are near those of Klipper:
#### New Module Contributions #### New Module Contributions

View File

@ -2,7 +2,7 @@
Moonraker is a Python 3 based web server that exposes APIs with which Moonraker is a Python 3 based web server that exposes APIs with which
client applications may use to interact with the 3D printing firmware client applications may use to interact with the 3D printing firmware
[Klipper](https://github.com/Klipper3d/klipper). Communcation between [Klipper](https://github.com/Klipper3d/klipper). Communication between
the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado
is used to provide Moonraker's server functionality. is used to provide Moonraker's server functionality.
@ -14,7 +14,7 @@ Client developers may refer to the [Client API](web_api.md)
documentation. documentation.
Backend developers should refer to the Backend developers should refer to the
[contibuting](contributing.md) section for basic contribution [contributing](contributing.md) section for basic contribution
guidelines prior to creating a pull request. The guidelines prior to creating a pull request. The
[components](components.md) document provides a brief overview [components](components.md) document provides a brief overview
of how to create a component and interact with Moonraker's of how to create a component and interact with Moonraker's

View File

@ -5,7 +5,7 @@ nav:
- 'User Documentation': - 'User Documentation':
- Installation: installation.md - Installation: installation.md
- Configuration : configuration.md - Configuration : configuration.md
- 'Developer Documenation': - 'Developer Documentation':
- Remote API: web_api.md - Remote API: web_api.md
- Printer Objects: printer_objects.md - Printer Objects: printer_objects.md
- Components: components.md - Components: components.md