Skip to content

Fix typo in comment: PSBoundParamters -> PSBoundParameters#1514

Merged
dolauli merged 2 commits into
mainfrom
copilot/fix-1513
Sep 11, 2025
Merged

Fix typo in comment: PSBoundParamters -> PSBoundParameters#1514
dolauli merged 2 commits into
mainfrom
copilot/fix-1513

Conversation

Copilot AI commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

This PR fixes a simple typo in a comment within the Context.cs file where "PSBoundParamters" was misspelled and should be "PSBoundParameters".

The typo was located in line 23 of powershell/resources/runtime/csharp/client/Context.cs in the XML documentation comment that describes the IContext interface:

/// <remarks>
/// In the context, we will have client, pipeline, PSBoundParameters, default EventListener, Cancellation.
/// </remarks>

This is a minimal change that corrects the spelling by adding the missing 'e' in "Parameters". Since this is only a comment change, there is no functional impact on the codebase.

Fixes #1513.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI commented Sep 11, 2025

Copy link
Copy Markdown
Contributor Author

@teresaritorto 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Co-authored-by: teresaritorto <19995250+teresaritorto@users.noreply.github.com>
Copilot AI changed the title [WIP] Typo in comments Fix typo in comment: PSBoundParamters -> PSBoundParameters Sep 11, 2025
Copilot AI requested a review from teresaritorto September 11, 2025 01:47
@dolauli
dolauli marked this pull request as ready for review September 11, 2025 02:18
@dolauli
dolauli merged commit 9da9d91 into main Sep 11, 2025
4 checks passed
@dolauli
dolauli deleted the copilot/fix-1513 branch September 11, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in comments

3 participants