We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9843a commit ceade0cCopy full SHA for ceade0c
packages/angular_devkit/build_angular/src/dev-server/index.ts
@@ -175,7 +175,7 @@ export function serveWebpackBrowser(
175
176
Binding this server to an open connection can result in compromising your application or
177
computer. Using a different host than the one passed to the "--host" flag might result in
178
- websocket connection issues. You might need to use "--disableHostCheck" if that's the
+ websocket connection issues. You might need to use "--disable-host-check" if that's the
179
case.
180
`);
181
}
0 commit comments