From 31341b8d7b77c83d29645cbe42761ad6a62063f5 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 25 Sep 2023 19:13:49 +0100 Subject: [PATCH] Fix grammar Add "the". --- .../DependencyInjection/PollyServiceCollectionExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs b/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs index 0447e9e7c0b..7352e6037c1 100644 --- a/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs +++ b/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs @@ -153,7 +153,7 @@ public static IServiceCollection AddResiliencePipeline( } /// - /// Adds and to service collection that allows configuring + /// Adds and to the service collection that allows configuring /// and retrieving resilience pipelines using the key. /// /// The type of the key used to identify the resilience pipeline. @@ -179,7 +179,7 @@ public static IServiceCollection AddResiliencePipelineRegistry( } /// - /// Adds and to service collection that allows configuring + /// Adds and to the service collection that allows configuring /// and retrieving resilience pipelines using the key. /// /// The type of the key used to identify the resilience pipeline.