Skip to content

Commit d7ff41d

Browse files
authored
Fix typo in README (#101)
1 parent 0464413 commit d7ff41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ waitPort(params)
107107
else console.log('The port did not open before the timeout...');
108108
})
109109
.catch((err) => {
110-
console.err(`An unknown error occured while waiting for the port: ${err}`);
110+
console.error(`An unknown error occured while waiting for the port: ${err}`);
111111
});
112112
```
113113

0 commit comments

Comments
 (0)