We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396033d commit 6626739Copy full SHA for 6626739
packages/core/src/util/ng_dev_mode.ts
@@ -97,7 +97,7 @@ export function ngDevModeResetPerfCounters(): NgDevModePerfCounters {
97
* (and thus Ivy instructions), so a single initialization there is sufficient to ensure ngDevMode
98
* is defined for the entire instruction set.
99
*
100
- * When using checking `ngDevMode` on toplevel, always init it before referencing it
+ * When checking `ngDevMode` on toplevel, always init it before referencing it
101
* (e.g. `((typeof ngDevMode === 'undefined' || ngDevMode) && initNgDevMode())`), otherwise you can
102
* get a `ReferenceError` like in https://github.com/angular/angular/issues/31595.
103
0 commit comments