From d9ee6c971294cc878d200e4a520d1d1108dd4017 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Tue, 15 Oct 2019 14:03:41 +0200 Subject: [PATCH] - fix typo --- RegistrationFactory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegistrationFactory.md b/RegistrationFactory.md index 621bb3e..eae2ea4 100644 --- a/RegistrationFactory.md +++ b/RegistrationFactory.md @@ -1,6 +1,6 @@ The `RegistrationFactory` is a helper class to register interfaces and factories in an [`IIocInstaller`](IIocInstaller) and create the needed [`IRegistrationBase`s](IRegistrationBase). -> The `RegistrationFactory` is private helper class. These methods will be used when you call `IIocContainer.Register<>()`. +> The `RegistrationFactory` is a private helper class. These methods will be used when you call `IIocContainer.Register<>()`. ## Registering classes