Skip to content

Commit

Permalink
Update activation_handler.md (#344)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Offirmo authored and remojansen committed Aug 23, 2016
1 parent cb9e238 commit 8ea5f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/activation_handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kernel.bind<Katana>("Katana").to(Katana).onActivation((context, katana) => {
```

```ts
let ninja = kernelget<Ninja>();
let ninja = kernel.get<Ninja>();
ninja.katana.use();
> Starting: 1457895135761
> Used Katana!
Expand Down

0 comments on commit 8ea5f64

Please sign in to comment.