Skip to content

Commit da0403e

Browse files
Ikko Ashimineatscott
Ikko Ashimine
authored andcommitted
refactor: fix typo in postinstall-patches.js (angular#43362)
refering -> referring PR Close angular#43362
1 parent 2be0505 commit da0403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/postinstall-patches.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ log('\n# patch: use local version of @angular/* and zone.js in component_benchma
7575
'node_modules/@angular/dev-infra-private/bazel/benchmark/component_benchmark/component_benchmark.bzl');
7676
});
7777

78-
log('\n# patch: delete d.ts files refering to rxjs-compat');
78+
log('\n# patch: delete d.ts files referring to rxjs-compat');
7979
// more info in https://github.com/angular/angular/pull/33786
8080
rm('-rf', [
8181
'node_modules/rxjs/add/',

0 commit comments

Comments
 (0)