From 628c7e2e4d5fb2e81af00b1a69fbe944328e7077 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 4 Sep 2021 05:38:03 -0400 Subject: [PATCH] docs: fix typos Signed-off-by: Eric Callahan --- docs/components.md | 2 +- docs/web_api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components.md b/docs/components.md index 23fe205..1ade97b 100644 --- a/docs/components.md +++ b/docs/components.md @@ -40,7 +40,7 @@ class Example: self.example_float_opt = config.getfloat("example_float_option", None) self.server.register_endpoint("/server/example", ['GET'], - self._handle_example request) + self._handle_example_request) async def request_some_klippy_state(self): klippy_apis = self.server.lookup_component('klippy_apis') diff --git a/docs/web_api.md b/docs/web_api.md index 553b6e0..6f92783 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -3250,7 +3250,7 @@ state: } ``` -Where `throtled_state` is an object that matches the `throttled_state` field +Where `throttled_state` is an object that matches the `throttled_state` field in the response from a [Moonraker process stats](#get-moonraker-process-stats) request. It is possible for clients to receive this notification multiple times if the system repeatedly transitions between an active and inactive throttled