Skip to content

Commit 890b9de

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

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_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe(`Migration to use the application builder`, () => {
8181
expect(resourcesOutputPath).toBeUndefined();
8282
});
8383

84-
it(`should renove 'browser' portion from 'outputPath'`, async () => {
84+
it(`should remove 'browser' portion from 'outputPath'`, async () => {
8585
// Replace outputPath
8686
tree.overwrite(
8787
'angular.json',

0 commit comments

Comments
 (0)