aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`