Skip to content

fix: correct grammar in rsa2048 page#551

Open
dagangtj wants to merge 1 commit intochromium:masterfrom
dagangtj:fix-rsa2048-grammar
Open

fix: correct grammar in rsa2048 page#551
dagangtj wants to merge 1 commit intochromium:masterfrom
dagangtj:fix-rsa2048-grammar

Conversation

@dagangtj
Copy link
Copy Markdown

Description

This PR fixes a grammatical error in the RSA 2048 page.

Changes Made

  • Changed "an 2048-bit" to "a 2048-bit" in the footer text

Issue

The article "an" is used before words starting with a vowel sound. Since "2048" starts with a consonant sound ("two"), the correct article is "a".

Before: "This site uses an 2048-bit RSA key for key exchange."
After: "This site uses a 2048-bit RSA key for key exchange."

Fixes #550


💰 Tips appreciated! If this PR helps, consider sending USDT (TRC20) to:
TJL2uq9nC6aqqGTDSUaUg8KWepSh8htrft

Changed 'an 2048-bit' to 'a 2048-bit' for proper article usage.

Fixes chromium#550
@google-cla
Copy link
Copy Markdown

google-cla bot commented Mar 18, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Copy Markdown
Contributor

@lgarron lgarron left a comment

Choose a reason for hiding this comment

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

Good catch. All the other banners look like they use the correct pluralization, but this one's definitely wrong.

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.

Spelling error in the RSA 2048 page

2 participants