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