Skip to content

Commit 9da9d91

Browse files
Fix typo in comment: PSBoundParamters -> PSBoundParameters (#1514)
* Initial plan * Fix typo: PSBoundParamters -> PSBoundParameters in Context.cs comment Co-authored-by: teresaritorto <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: teresaritorto <[email protected]>
1 parent ba7c692 commit 9da9d91

File tree

1 file changed

+1
-1
lines changed
  • powershell/resources/runtime/csharp/client

1 file changed

+1
-1
lines changed

powershell/resources/runtime/csharp/client/Context.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.Rest.ClientRuntime
2020
/// The IContext Interface defines the communication mechanism for input customization.
2121
/// </summary>
2222
/// <remarks>
23-
/// In the context, we will have client, pipeline, PSBoundParamters, default EventListener, Cancellation.
23+
/// In the context, we will have client, pipeline, PSBoundParameters, default EventListener, Cancellation.
2424
/// </remarks>
2525
public interface IContext
2626
{

0 commit comments

Comments
 (0)