Skip to content

Commit

Permalink
fix(store): fix typo in runtime checks injection token description (#…
Browse files Browse the repository at this point in the history
…1975)

Closes #1972
  • Loading branch information
John Crowson authored and brandonroberts committed Jun 27, 2019
1 parent 187996f commit 125d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ export const _USER_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
* Runtime checks currently in use
*/
export const _ACTIVE_RUNTIME_CHECKS = new InjectionToken<RuntimeChecks>(
'@ngrx/store Internal Runetime Checks'
'@ngrx/store Internal Runtime Checks'
);

0 comments on commit 125d950

Please sign in to comment.