pages.de/*: replace 'zur/zum' to match guideline (#13963)

This commit is contained in:
Andre
2024-10-07 11:59:56 +02:00
committed by GitHub
parent 57b711c753
commit 18cd009db9
23 changed files with 50 additions and 50 deletions

View File

@@ -9,7 +9,7 @@
- Ausführen einer Dart-Datei:
`dart run {{pfad/zur/datei.dart}}`
`dart run {{pfad/zu/datei.dart}}`
- Herunterladen der Abhängigkeiten für das aktuelle Projekt:
@@ -25,4 +25,4 @@
- Kompilieren einer Dart-Datei in eine native Binärdatei:
`dart compile exe {{pfad/zur/datei.dart}}`
`dart compile exe {{pfad/zu/datei.dart}}`