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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroyuki Sato <sathiroyuki@gmail.com>2018-11-15 18:34:24 +0300
committerHiroyuki Sato <sathiroyuki@gmail.com>2018-11-15 18:34:24 +0300
commitb689b20f20f1a3773ba88cfb2f4d355d90389145 (patch)
tree23854becb2df93fffefd48ab3600dcd16b724f19 /scripts/frontend
parentf3c44f640a0644590485d61d36ad222b343ec139 (diff)
Fix typos occured to occurred
Diffstat (limited to 'scripts/frontend')
-rw-r--r--scripts/frontend/prettier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/frontend/prettier.js b/scripts/frontend/prettier.js
index ce86a9f4601..ffb09ea9779 100644
--- a/scripts/frontend/prettier.js
+++ b/scripts/frontend/prettier.js
@@ -111,6 +111,6 @@ Promise.all(matchedFiles.map(checkFileWithPrettierConfig))
if (didWarn) process.exit(1);
})
.catch(e => {
- console.log(`\nAn error occured while processing files with prettier: ${e.message}\n`);
+ console.log(`\nAn error occurred while processing files with prettier: ${e.message}\n`);
process.exit(1);
});