From b4891882ca29d8db71973505234e30cae6549a4a Mon Sep 17 00:00:00 2001 From: Jacob Arnould Date: Mon, 16 Sep 2024 22:43:37 +0200 Subject: [PATCH] =?UTF-8?q?Update=20computer-api.mdx=20=E2=80=93=20fix=20t?= =?UTF-8?q?ypo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed typo. From `keboard` to `keyboard`. --- docs/code-execution/computer-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-execution/computer-api.mdx b/docs/code-execution/computer-api.mdx index ab45912a94..699192843c 100644 --- a/docs/code-execution/computer-api.mdx +++ b/docs/code-execution/computer-api.mdx @@ -35,7 +35,7 @@ Performs a hotkey on the computer ```python -interpreter.computer.keboard.hotkey(" ", "command") +interpreter.computer.keyboard.hotkey(" ", "command") ```