Skip to content

Fix apostrophes in ReconnectModal.razor.js #60816

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
Mar 11, 2025
Merged

Conversation

danroth27
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings March 7, 2025 22:17
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Mar 7, 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.

PR Overview

This PR fixes typographical errors in the ReconnectModal component's JavaScript file, specifically correcting the misuse of apostrophes in inline comments.

  • Corrected the contraction for "didn't"
  • Corrected the contraction for "We'll"

Reviewed Changes

File Description
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout/ReconnectModal.razor.js Fixed apostrophe usage in comments

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

Comments suppressed due to low confidence (2)

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout/ReconnectModal.razor.js:27

  • Fixed incorrect apostrophe usage in the contraction 'didn't'.
// - exception to mean we didn't reach the server (this can be sync or async)

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout/ReconnectModal.razor.js:31

  • Fixed incorrect apostrophe usage in the contraction 'We'll'.
// We'll reload the page so the user can continue using the app as quickly as possible.

@danroth27 danroth27 added area-blazor Includes: Blazor, Razor Components and removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Mar 7, 2025
@danroth27 danroth27 requested a review from oroztocil March 7, 2025 22:19
@lewing lewing enabled auto-merge (squash) March 7, 2025 22:57
@lewing lewing merged commit 5651394 into main Mar 11, 2025
27 checks passed
@lewing lewing deleted the danroth27/apostrophes branch March 11, 2025 03:53
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview3 milestone Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants