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