Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos, docs, and code style #1203

Merged
merged 4 commits into from
Nov 9, 2024
Merged

Fix typos, docs, and code style #1203

merged 4 commits into from
Nov 9, 2024

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented Nov 8, 2024

  • Fix typos
  • Fix configuration docs, e.g. use correct section names
  • Fix code style

@dluc dluc requested a review from TaoChenOSU November 8, 2024 03:04
@github-actions github-actions bot added documentation Improvements or additions to documentation webapi Pull requests that update .net code labels Nov 8, 2024
@@ -48,9 +48,9 @@ public PluginController(
/// <param name="manifestDomain">The domain of the manifest.</param>
/// <returns>The plugin's manifest JSON.</returns>
[HttpGet]
[Route("pluginManifests")]
[Route("pluginManifests")] // TODO: Fix name and test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: is the TODO intended?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I believe the name should be singular

TaoChenOSU
TaoChenOSU previously approved these changes Nov 9, 2024
@dluc dluc merged commit 326646c into microsoft:main Nov 9, 2024
9 checks passed
@dluc dluc deleted the upgrades branch November 9, 2024 21:38
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
* Fix typos
* Fix configuration docs, e.g. use correct section names
* Fix code style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants