From 666dd6d6cca9d1fb8bd792cf7f762eda2d9a5cbd Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Thu, 9 May 2024 00:57:48 +0200
Subject: [PATCH] docs: fix typo
---
API.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/API.md b/API.md
index 0f73706..ebef5cd 100644
--- a/API.md
+++ b/API.md
@@ -1387,7 +1387,7 @@ interface UiohookKeyboardEvent {
### hide
-Hide the prompt when you're script doesn't need a prompt and will simply run a command and open another app.
+Hide the prompt when your script doesn't need a prompt and will simply run a command and open another app.
```js
await hide()
@@ -2034,4 +2034,4 @@ process.stdout.write(`${message}\n`);
These API docs are definitely incomplete and constantly evolving. If you're missing something, [suggest an edit](https://github.com/johnlindquist/kit-docs/blob/main/API.md) to the docs or open an issue on GitHub.
-Press Enter to download the latest docs
\ No newline at end of file
+Press Enter to download the latest docs