diff --git a/powershell/resources/runtime/csharp/client/Context.cs b/powershell/resources/runtime/csharp/client/Context.cs index 82ff28b553a..3c331956296 100644 --- a/powershell/resources/runtime/csharp/client/Context.cs +++ b/powershell/resources/runtime/csharp/client/Context.cs @@ -20,7 +20,7 @@ namespace Microsoft.Rest.ClientRuntime /// The IContext Interface defines the communication mechanism for input customization. /// /// - /// In the context, we will have client, pipeline, PSBoundParamters, default EventListener, Cancellation. + /// In the context, we will have client, pipeline, PSBoundParameters, default EventListener, Cancellation. /// public interface IContext {