From e0e8615aaf9ce122f673665d811d17e019ee23df Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 6 Jun 2021 12:01:03 -0400 Subject: [PATCH] docs: Fix missing backtick in API_Server.md Signed-off-by: Kevin O'Connor --- docs/API_Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API_Server.md b/docs/API_Server.md index 42885f9b..6e43ce3e 100644 --- a/docs/API_Server.md +++ b/docs/API_Server.md @@ -170,7 +170,7 @@ gcode: When the PANELDUE_BEEP gcode macro is executed, Klipper would send something like the following over the socket: `{"action": "run_paneldue_beep", -"params": {"frequency": 300, "duration": 1.0}} +"params": {"frequency": 300, "duration": 1.0}}` ### objects/list