From 2c44e46241337ba9f233837bef28d35e6da329f4 Mon Sep 17 00:00:00 2001 From: Leonid Vinogradov Date: Mon, 2 Dec 2024 18:51:31 +0300 Subject: [PATCH] fix: typo in ux module README (#1250) --- src/ux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux/README.md b/src/ux/README.md index 4f46c26b..3a7f8b72 100644 --- a/src/ux/README.md +++ b/src/ux/README.md @@ -104,7 +104,7 @@ import {stderr} from '@oclif/core/ux' stderr('hello %s', 'world') ``` -### `stderr` +### `stdout` Log a formatted string to stdout