From cebe01b33f998b9b8d5df1f6213b9cfb9df92ef9 Mon Sep 17 00:00:00 2001 From: HF Date: Tue, 12 Mar 2024 20:58:35 +0100 Subject: [PATCH] fix typo --- scripts/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.js b/scripts/build.js index f499bb6b..f892eb4c 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -280,7 +280,7 @@ async function build() { console.log( 'Skipping', badLangs.length, - 'locals because of low completition:', + 'locals because of low completion:', badLangs, ); }