From 0e5ab4e11c0fea66f2fd4d4a90c4a7ce902480ae Mon Sep 17 00:00:00 2001 From: Raman Maksimchuk Date: Sat, 15 Jul 2023 16:55:02 +0300 Subject: [PATCH] Update Steps.cs --- test/Ocelot.AcceptanceTests/Steps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Ocelot.AcceptanceTests/Steps.cs b/test/Ocelot.AcceptanceTests/Steps.cs index d65a025ee..c0f39c701 100644 --- a/test/Ocelot.AcceptanceTests/Steps.cs +++ b/test/Ocelot.AcceptanceTests/Steps.cs @@ -819,7 +819,7 @@ public void GivenOcelotIsRunning(OcelotPipelineConfiguration ocelotPipelineConfi } /// - /// This is annoying cos it should be in the constructor but we need to set up the file before calling startup so its a step. + /// This is annoying because it should be in the constructor, but we need to set up the file before calling startup, so that's the step. /// public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey) {