Skip to content

Commit 3f601a1

Browse files
cexbrayatclydin
authored andcommitted
fix(@angular-devkit/build-angular): typo in allowedHosts warning for unsupported vite options
(cherry picked from commit 7fdaf84)
1 parent cf17331 commit 3f601a1

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/builders/dev-server

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/dev-server/builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function execute(
7878

7979
if (options.allowedHosts?.length) {
8080
context.logger.warn(
81-
`The "allowedHost" option will not be used because it is not supported by the "${builderName}" builder.`,
81+
`The "allowedHosts" option will not be used because it is not supported by the "${builderName}" builder.`,
8282
);
8383
}
8484

0 commit comments

Comments
 (0)