docs: fix wording typo in security updates note#2285
Open
Rohan5commit wants to merge 1 commit intoexpressjs:gh-pagesfrom
Open
docs: fix wording typo in security updates note#2285Rohan5commit wants to merge 1 commit intoexpressjs:gh-pagesfrom
Rohan5commit wants to merge 1 commit intoexpressjs:gh-pagesfrom
Conversation
✅ Deploy Preview for expressjscom-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Docs-only PR to correct minor wording typos in the Express security updates page.
Changes:
- Fix typo:
addres→address - Fix typo/casing:
url enconding→URL 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. |
There was a problem hiding this comment.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
en/advanced/security-updates.md:addres->addressurl enconding->URL encodingRelated issue
Validation