Skip to content

docs: fix wording typo in security updates note#2285

Open
Rohan5commit wants to merge 1 commit intoexpressjs:gh-pagesfrom
Rohan5commit:docs/security-updates-typo-20260420
Open

docs: fix wording typo in security updates note#2285
Rohan5commit wants to merge 1 commit intoexpressjs:gh-pagesfrom
Rohan5commit:docs/security-updates-typo-20260420

Conversation

@Rohan5commit
Copy link
Copy Markdown

Summary

  • Fix wording typos in en/advanced/security-updates.md:
    • addres -> address
    • url enconding -> URL encoding

Related issue

  • N/A (trivial docs typo fix)

Validation

  • Not run; docs-only wording change.

Copilot AI review requested due to automatic review settings April 20, 2026 02:54
@Rohan5commit Rohan5commit requested a review from a team as a code owner April 20, 2026 02:54
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 20, 2026

Deploy Preview for expressjscom-preview ready!

Name Link
🔨 Latest commit 3c6dd01
🔍 Latest deploy log https://app.netlify.com/projects/expressjscom-preview/deploys/69e59564cda1680008ab8a26
😎 Deploy Preview https://deploy-preview-2285--expressjscom-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (no change from production)
Accessibility: 87 (no change from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 94 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

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

Docs-only PR to correct minor wording typos in the Express security updates page.

Changes:

  • Fix typo: addresaddress
  • Fix typo/casing: url encondingURL encoding
  • Minor whitespace/formatting adjustment in the 3.x bullet list entry

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* The dependency `send` has been updated to address a [vulnerability](https://github.com/advisories/GHSA-m6fv-jmcg-4jfg).
* The dependency `path-to-regexp` has been updated to address a [vulnerability](https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j).
* The dependency `body-parser` has been updated to addres a [vulnerability](https://github.com/advisories/GHSA-qwcr-r2fm-qrc7), This may affect your application if you had url enconding activated.
* The dependency `body-parser` has been updated to address a [vulnerability](https://github.com/advisories/GHSA-qwcr-r2fm-qrc7), This may affect your application if you had URL encoding activated.
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

This sentence has a comma splice and inconsistent capitalization: ", This may affect..." should be split into two sentences (or use a semicolon) and the following clause should start with lowercase "this" for consistency with the rest of the page.

Suggested change
* The dependency `body-parser` has been updated to address a [vulnerability](https://github.com/advisories/GHSA-qwcr-r2fm-qrc7), This may affect your application if you had URL encoding activated.
* The dependency `body-parser` has been updated to address a [vulnerability](https://github.com/advisories/GHSA-qwcr-r2fm-qrc7). This may affect your application if you had URL encoding activated.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

@sheplu sheplu left a comment

Choose a reason for hiding this comment

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

LGTM

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.

4 participants