From f4c4c662f2130c5439757f166c843778e6dc87c5 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 8 Dec 2023 14:24:44 -0800 Subject: [PATCH] chore: Fix typo --- packages/io-utils/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/io-utils/README.md b/packages/io-utils/README.md index e1cbe1c75..692008384 100644 --- a/packages/io-utils/README.md +++ b/packages/io-utils/README.md @@ -46,7 +46,7 @@ Returns `true` if specified filesystem `path` points to a file, `false` otherwis Returns `true` if specified filesystem `path` can be read by the current user, `false` otherwise. Does not throw if `path` does not exist on the filesystem, instead returns `false` -### Standdard input/output utilities +### Standard input/output utilities #### promptToContinue([message, defaultValue])