From ed569a2fdb8d1768cdc86c64d2244f2decae4a13 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Thu, 23 Feb 2023 14:06:41 +0000 Subject: [PATCH] docs: fixes minor typos Signed-off-by: Pedro Lamas --- README.md | 2 +- docs/contributing.md | 2 +- docs/index.md | 4 ++-- mkdocs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e86afe..c4fa85b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Moonraker is a Python 3 based web server that exposes APIs with which 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 is used to provide Moonraker's server functionality. diff --git a/docs/contributing.md b/docs/contributing.md index 13f29aa..fc27b5b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -3,7 +3,7 @@ While Moonraker exists as a service independently from Klipper, it relies on Klipper to be useful. Thus, the tentative plan is to eventually merge 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: #### New Module Contributions diff --git a/docs/index.md b/docs/index.md index 873d3b8..b797f16 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ Moonraker is a Python 3 based web server that exposes APIs with which 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 is used to provide Moonraker's server functionality. @@ -14,7 +14,7 @@ Client developers may refer to the [Client API](web_api.md) documentation. 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 [components](components.md) document provides a brief overview of how to create a component and interact with Moonraker's diff --git a/mkdocs.yml b/mkdocs.yml index f0e4fd7..425eba2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ nav: - 'User Documentation': - Installation: installation.md - Configuration : configuration.md - - 'Developer Documenation': + - 'Developer Documentation': - Remote API: web_api.md - Printer Objects: printer_objects.md - Components: components.md