Skip to content

Commit 125d950

Browse files
John Crowsonbrandonroberts
authored andcommitted
fix(store): fix typo in runtime checks injection token description (#1975)
Closes #1972
1 parent 187996f commit 125d950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/store/src/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ export const _USER_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
7373
* Runtime checks currently in use
7474
*/
7575
export const _ACTIVE_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
76-
'@ngrx/store Internal Runetime Checks'
76+
'@ngrx/store Internal Runtime Checks'
7777
);

0 commit comments

Comments
 (0)