Skip to content

Commit

Permalink
docs: fix small typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Sep 30, 2024
1 parent f32987d commit 147856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ import { bootstrap } from "needle-di";
const barService = bootstrap(BarService);
```

This is useful if you solely depend on [auto-binding](/concepts/binding#auto-binding) and/or [three-shakeable injection tokens](/advanced/tree-shaking)
This is useful if you solely depend on [auto-binding](/concepts/binding#auto-binding) and/or [tree-shakeable injection tokens](/advanced/tree-shaking)
and therefore don't need to register anything manually into your container.

0 comments on commit 147856b

Please sign in to comment.