Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cliui/README.md')
-rw-r--r--node_modules/cliui/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/cliui/README.md b/node_modules/cliui/README.md
index 7861976fc..deacfa0dc 100644
--- a/node_modules/cliui/README.md
+++ b/node_modules/cliui/README.md
@@ -46,7 +46,7 @@ console.log(ui.toString())
cliui exposes a simple layout DSL:
-If you create a single `ui.row`, passing a string rather than an
+If you create a single `ui.div`, passing a string rather than an
object:
* `\n`: characters will be interpreted as new rows.