summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2018-11-22 14:02:52 +0000
committerKushal Pandya <kushalspandya@gmail.com>2018-11-22 14:02:52 +0000
commit7002752d47da4957f4aed1f4210c491178f9cde9 (patch)
treed2f787ea2a23ce64478e09720659af4f893c5ac1 /scripts
parent85cc480fa8bcd61f477911e3b0aeeb9f153b301c (diff)
parente49cc4efe2ace609c4ed8aac0e55a0ed7f9ad480 (diff)
downloadgitlab-ce-7002752d47da4957f4aed1f4210c491178f9cde9.tar.gz
Merge branch 'fix-typos-occured' into 'master'
Fix typos occured to occurred See merge request gitlab-org/gitlab-ce!23105
Diffstat (limited to 'scripts')
-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);
});