Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/binding-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ expect(apiService).toStrictEqual<ApiService>({
});
```

### Injetions
### Injections

If the constructor or function has arguments you need to register dependencies
by [`injected`](./pointers-and-registrators.md#injectedtarget-tokens) registrator.
Expand Down