From 4f108c0141771119f1d7db95023fdba2d387f6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Thu, 2 Jul 2020 15:20:30 +0800 Subject: [PATCH] fix typo: initial --- lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.js b/lib/ui.js index 4f2721bc..52aa5a7d 100755 --- a/lib/ui.js +++ b/lib/ui.js @@ -14,7 +14,7 @@ const logUpdate = require('log-update'); class UI extends EventEmitter { /** - * Sets intial variables and registers + * Sets initial variables and registers * listeners. This is called once in a * process thread regardless of how many * instances of Vorpal have been generated.