From 1f04c70bf81de35056324b80019a8d4561d9a252 Mon Sep 17 00:00:00 2001 From: ijz953 Date: Tue, 25 Jun 2019 15:27:53 -0400 Subject: [PATCH] fix(store): fix typo in runtime checks injection token description --- modules/store/src/tokens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/store/src/tokens.ts b/modules/store/src/tokens.ts index 64097d5ff6..6709c6e9e7 100644 --- a/modules/store/src/tokens.ts +++ b/modules/store/src/tokens.ts @@ -73,5 +73,5 @@ export const _USER_RUNTIME_CHECKS = new InjectionToken( * Runtime checks currently in use */ export const _ACTIVE_RUNTIME_CHECKS = new InjectionToken( - '@ngrx/store Internal Runetime Checks' + '@ngrx/store Internal Runtime Checks' );