Skip to content

Commit ac13c5f

Browse files
timmywilmgol
andauthored
fixup! typo
Co-authored-by: Michał Gołębiowski-Owczarek <[email protected]>
1 parent ad643b7 commit ac13c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export async function run( {
208208

209209
// There is currently a bug in exit-hook where
210210
// gracefulExit(1) is not longer respected.
211-
// Work araound by setting process.exitCode instead.
211+
// Work around by setting process.exitCode instead.
212212
// See https://github.com/sindresorhus/exit-hook/issues/42
213213
function exitWithError() {
214214
process.exitCode = 1;

0 commit comments

Comments
 (0)