Skip to content

Commit 4b568b1

Browse files
committed
2 parents b3446fa + 64680e6 commit 4b568b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SimpleInjector.Integration.ServiceCollection/SimpleInjectorServiceCollectionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public static SimpleInjectorAddOptions CrossWire<TService>(this SimpleInjectorAd
200200
/// injected into components that are built by Simple Injector.
201201
/// </summary>
202202
/// <param name="options">The options.</param>
203-
/// <param name="serviceType">The type of service object to ross-wire.</param>
203+
/// <param name="serviceType">The type of service object to cross-wire.</param>
204204
/// <returns>The supplied <paramref name="options"/>.</returns>
205205
/// <exception cref="ArgumentNullException">Thrown when one of the parameters is a null reference.
206206
/// </exception>
@@ -709,4 +709,4 @@ public void Dispose()
709709
}
710710
}
711711
}
712-
}
712+
}

0 commit comments

Comments
 (0)