Skip to content

Commit 68d87e8

Browse files
qaisjpfilipesilva
authored andcommitted
style(@schematics/angular): fix English in environment.ts
1 parent be5d3b0 commit 68d87e8

File tree

1 file changed

+4
-4
lines changed
  • packages/schematics/angular/application/files/src/environments

1 file changed

+4
-4
lines changed

packages/schematics/angular/application/files/src/environments/environment.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export const environment = {
77
};
88

99
/*
10-
* In development mode, to ignore zone related error stack frames such as
11-
* `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
12-
* import the following file, but please comment it out in production mode
13-
* because it will have performance impact when throw error
10+
* In development mode, for easier debugging, you can ignore zone related error
11+
* stack frames such as `zone.run`/`zoneDelegate.invokeTask` by importing the
12+
* below file. Don't forget to comment it out in production mode
13+
* because it will have a performance impact when errors are thrown
1414
*/
1515
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.

0 commit comments

Comments
 (0)