Skip to content

Commit c108411

Browse files
author
Thiago
authored
Fix small typo
1 parent 216cf32 commit c108411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetCore.AutoRegisterDi/AutoRegisterHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static AutoRegisterData Where(this AutoRegisterData autoRegData, Func<Typ
4545
/// This registers the classes against any public interfaces (other than IDisposable) implemented by the class
4646
/// </summary>
4747
/// <param name="autoRegData">AutoRegister data produced by <see cref="RegisterAssemblyPublicNonGenericClasses"/></param> method
48-
/// <param name="lifetime">Allows you to define the timetime of the service - defaults to ServiceLifetime.Transient</param>
48+
/// <param name="lifetime">Allows you to define the lifetime of the service - defaults to ServiceLifetime.Transient</param>
4949
/// <returns></returns>
5050
public static IServiceCollection AsPublicImplementedInterfaces(this AutoRegisterData autoRegData,
5151
ServiceLifetime lifetime = ServiceLifetime.Transient)

0 commit comments

Comments
 (0)