From 69c9fc5a4815f1c012c56874af639a7f5f0105e9 Mon Sep 17 00:00:00 2001 From: Robert Bak Date: Mon, 31 Jul 2023 13:34:38 +0200 Subject: [PATCH] Small typo in the documentation Injetions -> Injections --- docs/reference/binding-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/binding-types.md b/docs/reference/binding-types.md index 04ab75c..1e6fd6b 100644 --- a/docs/reference/binding-types.md +++ b/docs/reference/binding-types.md @@ -102,7 +102,7 @@ expect(apiService).toStrictEqual({ }); ``` -### Injetions +### Injections If the constructor or function has arguments you need to register dependencies by [`injected`](./pointers-and-registrators.md#injectedtarget-tokens) registrator.