We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf17331 commit 3f601a1Copy full SHA for 3f601a1
packages/angular_devkit/build_angular/src/builders/dev-server/builder.ts
@@ -78,7 +78,7 @@ export function execute(
78
79
if (options.allowedHosts?.length) {
80
context.logger.warn(
81
- `The "allowedHost" option will not be used because it is not supported by the "${builderName}" builder.`,
+ `The "allowedHosts" option will not be used because it is not supported by the "${builderName}" builder.`,
82
);
83
}
84
0 commit comments