Skip to content

Commit

Permalink
refactor(core): update injection token description
Browse files Browse the repository at this point in the history
Of LOCAL_UPDATE_CONFIG token
  • Loading branch information
gund committed Jun 15, 2019
1 parent 7bfeca7 commit 17e2bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/src/lib/injectors/local-injector-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const LOCAL_GET_CONFIG = new InjectionToken<LocalGetConfigToken>(
);

export const LOCAL_UPDATE_CONFIG = new InjectionToken<LocalUpdateConfigToken>(
'LOCAL_GET_CONFIGURATION',
'LOCAL_UPDATE_CONFIG',
);

export const LOCAL_GET_CONFIG_VALID = new InjectionToken<
Expand Down

0 comments on commit 17e2bb3

Please sign in to comment.