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 187996f commit 125d950Copy full SHA for 125d950
modules/store/src/tokens.ts
@@ -73,5 +73,5 @@ export const _USER_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
73
* Runtime checks currently in use
74
*/
75
export const _ACTIVE_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
76
- '@ngrx/store Internal Runetime Checks'
+ '@ngrx/store Internal Runtime Checks'
77
);
0 commit comments