Skip to content

Commit

Permalink
Fix typo in README (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranbarker authored Jan 26, 2024
1 parent 0464413 commit d7ff41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ waitPort(params)
else console.log('The port did not open before the timeout...');
})
.catch((err) => {
console.err(`An unknown error occured while waiting for the port: ${err}`);
console.error(`An unknown error occured while waiting for the port: ${err}`);
});
```

Expand Down

0 comments on commit d7ff41d

Please sign in to comment.