Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnoah committed Apr 21, 2012
1 parent 9bd33be commit 128ccad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ Injector definitions are simple objects with a `name` and a `factory` function.

In the examples, we name the injector variable `injector`, but you can call it whatever you want. e.g., `require`, `when`, `myInjector`, etc. The injector is also referred to as the context.

**NOTE:** these docs fairly complete, but you can always find working examples in the qunit tests in the test directory.
**NOTE:** these docs are fairly complete, but you can always find working examples in the qunit tests in the test directory.

## Injecting plain functions

Expand Down

0 comments on commit 128ccad

Please sign in to comment.