diff --git a/src/SimpleInjector.Integration.ServiceCollection/SimpleInjectorServiceCollectionExtensions.cs b/src/SimpleInjector.Integration.ServiceCollection/SimpleInjectorServiceCollectionExtensions.cs index 7de4144..434d89a 100644 --- a/src/SimpleInjector.Integration.ServiceCollection/SimpleInjectorServiceCollectionExtensions.cs +++ b/src/SimpleInjector.Integration.ServiceCollection/SimpleInjectorServiceCollectionExtensions.cs @@ -200,7 +200,7 @@ public static SimpleInjectorAddOptions CrossWire(this SimpleInjectorAd /// injected into components that are built by Simple Injector. /// /// The options. - /// The type of service object to ross-wire. + /// The type of service object to cross-wire. /// The supplied . /// Thrown when one of the parameters is a null reference. /// @@ -709,4 +709,4 @@ public void Dispose() } } } -} \ No newline at end of file +}