Skip to content

Commit

Permalink
Merge pull request cake-build#3039 from pascalberger/feature/comment-fix
Browse files Browse the repository at this point in the history
Fix typos in XML comments
  • Loading branch information
augustoproiete authored Jan 18, 2021
2 parents 21bebf2 + 3075735 commit 2966242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Frosting/Extensions/CakeHostExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static CakeHost UseTaskSetup<TSetup>(this CakeHost host)
}

/// <summary>
/// Registers a tasl teardown action.
/// Registers a task teardown action.
/// </summary>
/// <typeparam name="TTeardown">The task teardown action.</typeparam>
/// <param name="host">The <see cref="CakeHost"/> to configure.</param>
Expand All @@ -135,7 +135,7 @@ public static CakeHost UseModule<TModule>(this CakeHost host)
}

/// <summary>
/// Registers a specific tool for installation.
/// Registers a package installer.
/// </summary>
/// <typeparam name="TPackageInstaller">The type of the package installer.</typeparam>
/// <param name="host">The <see cref="CakeHost"/> to configure.</param>
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static IServiceCollection UseTaskSetup<TSetup>(this IServiceCollection se
}

/// <summary>
/// Registers a tasl teardown action.
/// Registers a task teardown action.
/// </summary>
/// <typeparam name="TTeardown">The task teardown action.</typeparam>
/// <param name="services">The service collection.</param>
Expand Down Expand Up @@ -129,7 +129,7 @@ public static IServiceCollection UseModule<TModule>(this IServiceCollection serv
}

/// <summary>
/// Registers a specific tool for installation.
/// Registers a package installer.
/// </summary>
/// <typeparam name="TPackageInstaller">The type of the package installer.</typeparam>
/// <param name="services">The service collection.</param>
Expand Down

0 comments on commit 2966242

Please sign in to comment.