Skip to content

Commit

Permalink
Error message typo (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markis Taylor authored and remojansen committed Apr 10, 2016
1 parent 186b7cb commit 9a04e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/error_msgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const NULL_ARGUMENT = "NULL argument";
export const KEY_NOT_FOUND = "Key Not Found";
export const AMBIGUOUS_MATCH = "Ambiguous match found for serviceIdentifier:";
export const CANNOT_UNBIND = "Could not unbind serviceIdentifier:";
export const NOT_REGISTERED = "No bindigns found for serviceIdentifier:";
export const NOT_REGISTERED = "No bindings found for serviceIdentifier:";
export const MISSING_INJECTABLE_ANNOTATION = "Missing required @injectable annotation in:";
export const MISSING_INJECT_ANNOTATION = "Missing required @inject or @multiInject annotation in:";
export const CIRCULAR_DEPENDENCY = "Circular dependency found between services:";
Expand Down

0 comments on commit 9a04e95

Please sign in to comment.