From 1e994407ca4df29f0b58074f6cd468da304ae979 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 28 Dec 2020 15:50:21 +0900 Subject: [PATCH] fix(tools): message typo fix (#40537) occured -> occurred --- tools/scripts/ci/ensure-challenge-formatting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/ci/ensure-challenge-formatting.js b/tools/scripts/ci/ensure-challenge-formatting.js index cf6f455165..98246ff3ac 100644 --- a/tools/scripts/ci/ensure-challenge-formatting.js +++ b/tools/scripts/ci/ensure-challenge-formatting.js @@ -19,7 +19,7 @@ readdirp({ root: challengeRoot, directoryFilter: '!_meta' }) }) ]).catch(err => { console.info(` - the following error occured when testing + the following error occurred when testing ${file.fullPath}