diff options
author | 2023-09-28 03:44:38 +0300 | |
---|---|---|
committer | 2023-09-27 17:44:38 -0700 | |
commit | 7cd1dc2817158f9a27605ec5bac33575b9ef12f3 (patch) | |
tree | bdb3da49f3cbe539691959c584581358faba065e | |
parent | 57d1ae234cfcf8b066748b74f45f31f8cf2534f4 (diff) | |
download | bun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.tar.gz bun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.tar.zst bun-7cd1dc2817158f9a27605ec5bac33575b9ef12f3.zip |
Update run.md (#6099)
Changed the verb form from ignores to ignored.
-rw-r--r-- | docs/cli/run.md | 2 |
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` |