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 aa006b7 commit 5a72f85Copy full SHA for 5a72f85
packages/schematics/angular/ssr/index.ts
@@ -175,7 +175,7 @@ function updateApplicationBuilderWorkspaceConfigRule(
175
if (outputPath.browser === '') {
176
const base = outputPath.base as string;
177
logger.warn(
178
- `The output location of the browser build have been updated from "${base}" to "${posix.join(
+ `The output location of the browser build has been updated from "${base}" to "${posix.join(
179
base,
180
DEFAULT_BROWSER_DIR,
181
)}".
0 commit comments