Skip to content

Commit

Permalink
test: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TimShilov committed Oct 11, 2022
1 parent b5e1387 commit 872b44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-rm.js
Expand Up @@ -413,7 +413,7 @@ if (isGitPresent) {
});
} catch (err) {
// Only fail the test if the folder was not deleted.
// as in some cases rmSync succesfully deletes read-only folders.
// as in some cases rmSync successfully deletes read-only folders.
if (fs.existsSync(root)) {
throw err;
}
Expand Down

0 comments on commit 872b44b

Please sign in to comment.