Skip to content

Commit e146c5f

Browse files
committed
fix typo
1 parent fe1fe13 commit e146c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async function parsePort(host, strPort, strPickPort) {
184184
process.exit(1);
185185
}
186186
}
187-
// pick-port is deprected and will be removed soon
187+
// pick-port is deprecated and will be removed soon
188188
if (strPickPort) {
189189
const range = parseRange(strPickPort);
190190
if (range) {

0 commit comments

Comments
 (0)