mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix typos (#10131)
This commit is contained in:
@@ -191,7 +191,7 @@ import { $ } from "bun";
|
||||
await $`bun run index.ts 2> errors.txt`;
|
||||
```
|
||||
|
||||
### Example: Redirect stdout -> stderr
|
||||
### Example: Redirect stderr -> stdout
|
||||
|
||||
```js
|
||||
import { $ } from "bun";
|
||||
@@ -201,7 +201,7 @@ import { $ } from "bun";
|
||||
await $`bun run ./index.ts 2>&1`;
|
||||
```
|
||||
|
||||
### Example: Redirect stderr -> stdout
|
||||
### Example: Redirect stdout -> stderr
|
||||
|
||||
```js
|
||||
import { $ } from "bun";
|
||||
|
||||
Reference in New Issue
Block a user