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") ```