From 2b192c05be2807ae2288faf4fff790653f1b0862 Mon Sep 17 00:00:00 2001 From: "Congcong Cai (EE-CN-42)" Date: Wed, 22 Jun 2022 14:14:37 +0800 Subject: [PATCH] fix: typo suboptimial to suboptimal (#2332) --- cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.js b/cli/index.js index 53d85a9a7a..ab5a6eb179 100644 --- a/cli/index.js +++ b/cli/index.js @@ -835,7 +835,7 @@ export async function main(argv, options) { } if (next.length >= last.length) { if (next.length > last.length) { - stderr.write(`Last converge was suboptimial.${EOL}`); + stderr.write(`Last converge was suboptimal.${EOL}`); } break; }