mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
style-guide.de: fix German template (#12253)
This commit is contained in:
parent
4d6dcb3255
commit
72dd677b0e
1 changed files with 58 additions and 58 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
> Kurze Beschreibung.
|
> Kurze Beschreibung.
|
||||||
> Möglichst nur eine Zeile; wenn nötig, sind zwei akzeptabel.
|
> Möglichst nur eine Zeile; wenn nötig, sind zwei akzeptabel.
|
||||||
> More information: <https://example.com>.
|
> Weitere Informationen: <https://example.com>.
|
||||||
|
|
||||||
- Beispielbeschreibung:
|
- Beispielbeschreibung:
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
Es gibt einen Linter, der das obige Format prüft.
|
Es gibt einen Linter, der das obige Format prüft.
|
||||||
Er wird automatisch bei jeder Pull Request ausgeführt,
|
Er wird automatisch bei jeder Pull Request ausgeführt,
|
||||||
er kann aber auch manuell installiert werden, um seine Seiten schon vorher zu überprüfen:
|
er kann aber auch manuell installiert werden, um neue Seiten schon vorher zu überprüfen:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --global tldr-lint
|
npm install --global tldr-lint
|
||||||
|
|
Loading…
Add table
Reference in a new issue