Skip to content

Commit fe93a66

Browse files
alan-agius4clydin
andauthored
Update packages/schematics/angular/migrations/update-17/use-application-builder.ts
Co-authored-by: Charles <19598772+clydin@users.noreply.github.com>
1 parent 5a72f85 commit fe93a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/migrations/update-17/use-application-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function (): Rule {
7373
if (!/\/browser\/?$/.test(outputPath)) {
7474
// TODO: add prompt.
7575
context.logger.warn(
76-
`The output location of the browser build have been updated from "${outputPath}" to ` +
76+
`The output location of the browser build has been updated from "${outputPath}" to ` +
7777
`"${join(outputPath, 'browser')}". ` +
7878
'You might need to adjust your deployment pipeline or, as an alternative, ' +
7979
'set outputPath.browser to "" in order to maintain the previous functionality.',

0 commit comments

Comments
 (0)