aboutsummaryrefslogtreecommitdiff
path: root/docs/cli/run.md
diff options
context:
space:
mode:
authorGravatar Daniel Amemba <danielamemba@gmail.com> 2023-09-28 03:44:38 +0300
committerGravatar GitHub <noreply@github.com> 2023-09-27 17:44:38 -0700
commit7cd1dc2817158f9a27605ec5bac33575b9ef12f3 (patch)
treebdb3da49f3cbe539691959c584581358faba065e /docs/cli/run.md
parent57d1ae234cfcf8b066748b74f45f31f8cf2534f4 (diff)
downloadbun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.tar.gz
bun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.tar.zst
bun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.zip
Update run.md (#6099)
Changed the verb form from ignores to ignored.
Diffstat (limited to '')
-rw-r--r--docs/cli/run.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/run.md b/docs/cli/run.md
index de17093cb..c710e4f73 100644
--- a/docs/cli/run.md
+++ b/docs/cli/run.md
@@ -72,7 +72,7 @@ $ bun --watch run dev # ✔️ do this
$ bun run dev --watch # ❌ don't do this
```
-Flags that occur at the end of the command will be ignores and passed through to the `"dev"` script itself.
+Flags that occur at the end of the command will be ignored and passed through to the `"dev"` script itself.
{% /callout %}
### `--smol`