Skip to content

Commit 832c1a3

Browse files
committed
docs: correct casing typo
1 parent 66f3409 commit 832c1a3

30 files changed

Lines changed: 30 additions & 30 deletions

src/content/pages/de/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
Wenn du sicherer bleiben möchtest, bedenke [Snyk](https://snyk.io/).
246246

247-
Snyk bietet sowohl ein [Kommandozeilenwerkzeug](https://www.npmjs.com/package/snyk) als auch eine [Github-Integration](https://snyk.io/docs/github), die Ihre Anwendung auf [Snyk's Open-Source-Verwundbarkeitsdatenbank] (https://snyk.io/vuln/) auf bekannte Verwundbarkeiten in Ihren Abhängigkeiten überprüft. Installieren Sie das CLI wie folgt:
247+
Snyk bietet sowohl ein [Kommandozeilenwerkzeug](https://www.npmjs.com/package/snyk) als auch eine [GitHub-Integration](https://snyk.io/docs/github), die Ihre Anwendung auf [Snyk's Open-Source-Verwundbarkeitsdatenbank] (https://snyk.io/vuln/) auf bekannte Verwundbarkeiten in Ihren Abhängigkeiten überprüft. Installieren Sie das CLI wie folgt:
248248

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ zu einem Feature-Request machen wollen, öffnen Sie ein Ticket in der [Issue-War
5757
Sehen Sie sich Dutzende von Express-Anwendungen [examples](https://github.com/expressjs/express/tree/master/examples)
5858
im Repository an, die alles vom API-Design über die Authentifizierung bis hin zur Integration der Template-Engine abdecken.
5959

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

6262
Der Abschnitt [GitHub Diskussionen](https://github.com/expressjs/discussions) ist ein ausgezeichneter Raum für Gespräche über die Entwicklung und Wartung von Express, sowie Ideen auszutauschen und Themen im Zusammenhang mit seiner Nutzung zu diskutieren.
6363

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Maximum von 10. Sollte der TC unter 5 Mitgliedern fallen, sollten die aktiven TC
116116
jemand neu nominieren. If a TC member is stepping down, they are encouraged (but not required) to
117117
nominate someone to take their place.
118118

119-
TC-Mitglieder werden als Admin auf den Github Orgs, npm Orgs und anderen Ressourcen als
119+
TC-Mitglieder werden als Admin auf den GitHub Orgs, npm Orgs und anderen Ressourcen als
120120
hinzugefügt, um effektiv in der Rolle zu sein.
121121

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

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

src/content/pages/es/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
Si quieres estar más seguro, considera [Snyk](https://snyk.io/).
246246

247-
Snyk ofrece una [herramienta de línea de comandos](https://www.npmjs.com/package/snyk) y una [integración de Github](https://snyk.io/docs/github) que comprueba tu aplicación contra [la base de datos de vulnerabilidad de código abierto de Snyk](https://snyk.io/vuln/) para cualquier vulnerabilidad conocida en tus dependencias. Instalar el CLI de la siguiente manera:
247+
Snyk ofrece una [herramienta de línea de comandos](https://www.npmjs.com/package/snyk) y una [integración de GitHub](https://snyk.io/docs/github) que comprueba tu aplicación contra [la base de datos de vulnerabilidad de código abierto de Snyk](https://snyk.io/vuln/) para cualquier vulnerabilidad conocida en tus dependencias. Instalar el CLI de la siguiente manera:
248248

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ una solicitud de característica abrir un ticket en la [cola de incidencias](htt
5757
Ver docenas de aplicaciones Express [examples](https://github.com/expressjs/express/tree/master/examples)
5858
en el repositorio que cubre todo, desde diseño API y autenticación hasta integración de motores de plantillas.
5959

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

6262
La sección [Discusiones de GitHub](https://github.com/expressjs/discussions) es un excelente espacio para participar en conversaciones sobre el desarrollo y mantenimiento de Express, así como compartir ideas y discutir temas relacionados con su uso.
6363

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ máximo de 10. Si el TC debe caer debajo de 5 miembros, los miembros activos del
115115
a alguien nuevo. Si un miembro de TC está bajando, se les anima (pero no se requiere) a
116116
nominar a alguien para que ocupe su lugar.
117117

118-
Los miembros del TC serán añadidos como administradores en los órganos de Github, órganos de npm y otros recursos como
118+
Los miembros del TC serán añadidos como administradores en los órganos de GitHub, órganos de npm y otros recursos como
119119
necesario para ser efectivos en el rol.
120120

121121
Para permanecer "activo" un miembro de la CT debe tener participación en los últimos 12 meses y perder

src/content/pages/fr/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
Si vous voulez être plus sécurisé, considérez [Snyk](https://snyk.io/).
246246

247-
Snyk offre à la fois un [outil de ligne de commande] (https://www.npmjs.com/package/snyk) et une [intégration Github](https://snyk.io/docs/github) qui vérifie votre application contre [la base de données de vulnérabilité open source] (https://snyk.io/vuln/) pour toutes les vulnérabilités connues dans vos dépendances. Installez le CLI comme suit:
247+
Snyk offre à la fois un [outil de ligne de commande] (https://www.npmjs.com/package/snyk) et une [intégration GitHub](https://snyk.io/docs/github) qui vérifie votre application contre [la base de données de vulnérabilité open source] (https://snyk.io/vuln/) pour toutes les vulnérabilités connues dans vos dépendances. Installez le CLI comme suit:
248248

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

0 commit comments

Comments
 (0)