Skip to content

Fix metadata typos #62771

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

Merged
merged 1 commit into from
Jul 18, 2025
Merged

Conversation

martincostello
Copy link
Member

Fix metadata typos

Fix typos of "metadata".

Description

Fix typos of "metadata" as "metdata" in the codebase.

Spotted when reading some /// comments in VS.

Fix typos of "metadata" as "metdata" in the codebase.
@Copilot Copilot AI review requested due to automatic review settings July 17, 2025 12:19
@github-actions github-actions bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label Jul 17, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects instances where "metadata" was misspelled as "metdata" across the codebase.

  • Fixed a typo in an XML comment in StackTraceHelper.cs
  • Updated interface documentation in IDisableCorsAttribute.cs
  • Renamed a test handler and its usage in RequestDelegateEndpointRouteBuilderExtensionsTest.cs
  • Corrected a typo in the XML comment of HostAttribute.cs

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/Shared/StackTrace/StackFrame/StackTraceHelper.cs Fixed typo "metdata" → "metadata" in comment
src/Middleware/CORS/src/Infrastructure/IDisableCorsAttribute.cs Fixed typo "metdata" → "metadata" in XML doc comment
src/Http/Routing/test/UnitTests/Builder/RequestDelegateEndpointRouteBuilderExtensionsTest.cs Renamed HandleHttpMetdata to HandleHttpMetadata and updated usages
src/Http/Routing/src/HostAttribute.cs Fixed typo "metdata" → "metadata" in XML doc comment

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jul 17, 2025
@martincostello martincostello added area-routing and removed needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically labels Jul 17, 2025
@captainsafia captainsafia merged commit 0791d1c into dotnet:main Jul 18, 2025
29 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview7 milestone Jul 18, 2025
@martincostello martincostello deleted the fix-xml-doc-typos branch July 18, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-routing community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants