Skip to content

Commit 782c5a2

Browse files
authored
docs: correct casing typo (#2329)
1 parent 9009d40 commit 782c5a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/pages/en/advanced/best-practice-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ $ npm audit
244244

245245
If you want to stay more secure, consider [Snyk](https://snyk.io/).
246246

247-
Snyk offers both a [command-line tool](https://www.npmjs.com/package/snyk) and a [Github integration](https://snyk.io/docs/github) that checks your application against [Snyk's open source vulnerability database](https://snyk.io/vuln/) for any known vulnerabilities in your dependencies. Install the CLI as follows:
247+
Snyk offers both a [command-line tool](https://www.npmjs.com/package/snyk) and a [GitHub integration](https://snyk.io/docs/github) that checks your application against [Snyk's open source vulnerability database](https://snyk.io/vuln/) for any known vulnerabilities in your dependencies. Install the CLI as follows:
248248

249249
```bash
250250
$ npm install -g snyk

src/content/pages/en/resources/community.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ a feature request open a ticket in the [issue queue](https://github.com/expressj
5757
View dozens of Express application [examples](https://github.com/expressjs/express/tree/master/examples)
5858
in the repository covering everything from API design and authentication to template engine integration.
5959

60-
## Github Discussions
60+
## GitHub Discussions
6161

6262
The [GitHub Discussions](https://github.com/expressjs/discussions) section is an excellent space to engage in conversations about the development and maintenance of Express, as well as to share ideas and discuss topics related to its usage.
6363

src/content/pages/en/resources/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ maximum of 10. If the TC should drop below 5 members the active TC members shoul
116116
someone new. If a TC member is stepping down, they are encouraged (but not required) to
117117
nominate someone to take their place.
118118

119-
TC members will be added as admin's on the Github orgs, npm orgs, and other resources as
119+
TC members will be added as admin's on the GitHub orgs, npm orgs, and other resources as
120120
necessary to be effective in the role.
121121

122122
To remain "active" a TC member should have participation within the last 12 months and miss

0 commit comments

Comments
 (0)