0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed typo

This commit is contained in:
Naz 2021-02-22 19:10:55 +13:00
parent 55060e323c
commit 0e2c5cdb45

View file

@ -38,7 +38,7 @@ if (!isMainThread) {
// 'cancelled' is an allternative method to signal job was terminated
// because of parent initiated reason (e.g.: parent process interuption)
// differs from 'done' by producing different
// logging - shows the job was cancelle instead of completing
// logging - shows the job was cancelled instead of completing
parentPort.postMessage('done');
// parentPort.postMessage('cancelled');
} else {