Skip to content

Commit 247b20d

Browse files
bedag-moovikerman
authored andcommitted
style(@schematics/angular): fix typo and English in environment.ts (#12023)
1 parent b0897c0 commit 247b20d

File tree

1 file changed

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

1 file changed

+6
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
// This file can be replaced during build by using the `fileReplacements` array.
2-
// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
2+
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
33
// The list of file replacements can be found in `angular.json`.
44

55
export const environment = {
66
production: false
77
};
88

99
/*
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
10+
* For easier debugging in development mode, you can import the following file
11+
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
12+
*
13+
* This import should be commented out in production mode because it will have a negative impact
14+
* on performance if an error is thrown.
1415
*/
1516
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.

0 commit comments

Comments
 (0)