From 3075735c3e9bb5d63070461fc15fd5410509d56b Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 18 Jan 2021 19:41:41 +0100 Subject: [PATCH] Fix typos in XML comments --- src/Cake.Frosting/Extensions/CakeHostExtensions.cs | 4 ++-- src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Cake.Frosting/Extensions/CakeHostExtensions.cs b/src/Cake.Frosting/Extensions/CakeHostExtensions.cs index f632703f07..3efc8a9e89 100644 --- a/src/Cake.Frosting/Extensions/CakeHostExtensions.cs +++ b/src/Cake.Frosting/Extensions/CakeHostExtensions.cs @@ -111,7 +111,7 @@ public static CakeHost UseTaskSetup(this CakeHost host) } /// - /// Registers a tasl teardown action. + /// Registers a task teardown action. /// /// The task teardown action. /// The to configure. @@ -135,7 +135,7 @@ public static CakeHost UseModule(this CakeHost host) } /// - /// Registers a specific tool for installation. + /// Registers a package installer. /// /// The type of the package installer. /// The to configure. diff --git a/src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs b/src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs index c6b5073877..4b3b4392fa 100644 --- a/src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs +++ b/src/Cake.Frosting/Extensions/ServiceCollectionExtensions.cs @@ -99,7 +99,7 @@ public static IServiceCollection UseTaskSetup(this IServiceCollection se } /// - /// Registers a tasl teardown action. + /// Registers a task teardown action. /// /// The task teardown action. /// The service collection. @@ -129,7 +129,7 @@ public static IServiceCollection UseModule(this IServiceCollection serv } /// - /// Registers a specific tool for installation. + /// Registers a package installer. /// /// The type of the package installer. /// The service collection.