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 apostrophes in ReconnectModal.razor.js #60816

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danroth27
Copy link
Member

No description provided.

@Copilot Copilot bot 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

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
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.

2 participants