Skip to content

Commit

Permalink
docs(ResolveContext): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Feb 23, 2017
1 parent a7464bb commit 28ef1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolve/resolveContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const EAGER_WHENS = [when.EAGER];
export const NATIVE_INJECTOR_TOKEN = "Native Injector";

/**
* Encapsulates Depenency Injection for a path of nodes
* Encapsulates Dependency Injection for a path of nodes
*
* UI-Router states are organized as a tree.
* A nested state has a path of ancestors to the root of the tree.
Expand Down

0 comments on commit 28ef1c5

Please sign in to comment.