Skip to content

Commit 28ef1c5

Browse files
docs(ResolveContext): fix typo
1 parent a7464bb commit 28ef1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve/resolveContext.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const EAGER_WHENS = [when.EAGER];
2020
export const NATIVE_INJECTOR_TOKEN = "Native Injector";
2121

2222
/**
23-
* Encapsulates Depenency Injection for a path of nodes
23+
* Encapsulates Dependency Injection for a path of nodes
2424
*
2525
* UI-Router states are organized as a tree.
2626
* A nested state has a path of ancestors to the root of the tree.

0 commit comments

Comments
 (0)