Skip to content

Commit

Permalink
fix: typo in ux module README (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win authored Dec 2, 2024
1 parent 447cb9e commit 2c44e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import {stderr} from '@oclif/core/ux'
stderr('hello %s', 'world')
```

### `stderr`
### `stdout`

Log a formatted string to stdout

Expand Down

0 comments on commit 2c44e46

Please sign in to comment.