diff --git a/src/KiotaClientFactory.cs b/src/KiotaClientFactory.cs index 99c00ed..96c1eb5 100644 --- a/src/KiotaClientFactory.cs +++ b/src/KiotaClientFactory.cs @@ -51,7 +51,7 @@ public static IList CreateDefaultHandlers() { return new List { - //add the default middlewares as they are ready, and add them to the list above as well + //add the default middlewares as they are ready, and add them to the list below as well new UriReplacementHandler(), new RetryHandler(), new RedirectHandler(),