- fix typo

master
Simon Gockner 6 years ago
parent e4d7e536ba
commit d9ee6c9712
  1. 2
      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 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 ## Registering classes

Loading…
Cancel
Save