Skip to content

Commit

Permalink
chore: fix a typo (egoist#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
younggglcy authored and amitdahan committed Dec 25, 2022
1 parent 3d9da16 commit dd1cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -194,7 +194,7 @@ export async function build(_options: Options) {
} else if (onSuccessCleanup) {
await onSuccessCleanup()
}
// reset them in all occassions anyway
// reset them in all occasions anyway
onSuccessProcess = undefined
onSuccessCleanup = undefined
}
Expand Down

0 comments on commit dd1cf74

Please sign in to comment.