Skip to content

Commit

Permalink
typo (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannespfeiffer authored and remojansen committed Jan 28, 2017
1 parent 75d1785 commit 0c81c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/provider_injection.md
Expand Up @@ -160,7 +160,7 @@ goldKatanaProvider(10).then((notSoPowerfulGoldKatana) => {
```

## Provider as a singleton
A Provider is always injected as a singleton but ypu can control if the value returned by the
A Provider is always injected as a singleton but you can control if the value returned by the
Provider is uses singleton or transient scope:

```ts
Expand Down

0 comments on commit 0c81c92

Please sign in to comment.