From e81359d4d5c0145151a99731dd4ad66574e14cfb Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:20:03 +0200 Subject: [PATCH] /*: fix typos (#10649) --- CLIENT-SPECIFICATION.md | 2 +- contributing-guides/maintainers-guide.md | 2 +- pages.fr/android/bugreport.md | 2 +- pages.fr/android/bugreportz.md | 2 +- pages.fr/android/dumpsys.md | 2 +- pages.fr/android/input.md | 2 +- pages.fr/android/pm.md | 2 +- pages.fr/android/wm.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index 7ad72de9c..47cc10639 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -20,7 +20,7 @@ tldr-pages consists of multiple _pages_ - each of which describes a specific com Pages are grouped by platform, i.e. operating systems — for example, `windows`, `linux`, `osx`. The special platform `common` contains pages for commands that work identically across more than one platform. -If a page is common across multiple platforms, but slightly differently on a given platform, then the page is still stored in `common`, but a copy tailored for the differing platform is placed in that platform's specific folder. +If a page is common across multiple platforms, but slightly different on a given platform, then the page is still stored in `common`, but a copy tailored for the differing platform is placed in that platform's specific folder. For example, if the command `foo` is common to `mac`, `windows`, and `linux` but functions differently on `windows`, then the main page will be stored in `common`, and a copy will be placed in `windows` that's altered to match the different functionality. diff --git a/contributing-guides/maintainers-guide.md b/contributing-guides/maintainers-guide.md index 6f8e1b77c..76854591b 100644 --- a/contributing-guides/maintainers-guide.md +++ b/contributing-guides/maintainers-guide.md @@ -43,7 +43,7 @@ as a guideline for current and future maintainers. (pull request, feature request, bug report, etc.) is a voluntary gift of time offered to the tldr-pages project by someone who cares about it, - so make sure it's clear that that we don't take it for granted. + so make sure it's clear that we don't take it for granted. - Try to **keep the entire contribution process web-based**, if possible, to ensure it is accessible and straightforward. diff --git a/pages.fr/android/bugreport.md b/pages.fr/android/bugreport.md index 746cc662b..e647a3924 100644 --- a/pages.fr/android/bugreport.md +++ b/pages.fr/android/bugreport.md @@ -1,7 +1,7 @@ # bugreport > Affiche un rapport de bug Android. -> Cette commande peut être utilisé uniquement depuis `adb shell`. +> Cette commande peut être utilisée uniquement depuis `adb shell`. > Plus d'informations : . - Affiche un rapport de bug d'un appareil Android : diff --git a/pages.fr/android/bugreportz.md b/pages.fr/android/bugreportz.md index 7db27267c..1cdd61056 100644 --- a/pages.fr/android/bugreportz.md +++ b/pages.fr/android/bugreportz.md @@ -1,7 +1,7 @@ # bugreportz > Génère une archive d'un rapport de bug Android. -> Cette commande peut être utilisé uniquement depuis `adb shell`. +> Cette commande peut être utilisée uniquement depuis `adb shell`. > Plus d'informations : . - Génère une archive à partir d'un rapport de bug d'un appareil Android : diff --git a/pages.fr/android/dumpsys.md b/pages.fr/android/dumpsys.md index 8a09a7324..3eefc01a3 100644 --- a/pages.fr/android/dumpsys.md +++ b/pages.fr/android/dumpsys.md @@ -24,6 +24,6 @@ `dumpsys --skip {{service}}` -- Spécifie un temps limite en secondes (10s par défault) : +- Spécifie un temps limite en secondes (10s par défaut) : `dumpsys -t {{seconds}}` diff --git a/pages.fr/android/input.md b/pages.fr/android/input.md index 6b7255f54..1dfce84b4 100644 --- a/pages.fr/android/input.md +++ b/pages.fr/android/input.md @@ -1,7 +1,7 @@ # input > Envoie à un appareil Android des codes événements ou des gestes d'écran tactile. -> Cette commande peut être utilisé uniquement depuis `adb shell`. +> Cette commande peut être utilisée uniquement depuis `adb shell`. > Plus d'informations : . - Envoie un code événement (un seul caractère) à un appareil Android : diff --git a/pages.fr/android/pm.md b/pages.fr/android/pm.md index 8e624e449..3b8fa03fa 100644 --- a/pages.fr/android/pm.md +++ b/pages.fr/android/pm.md @@ -7,7 +7,7 @@ `pm list packages` -- Affiche une liste de toutes les applications système instalées : +- Affiche une liste de toutes les applications système installées : `pm list packages -s` diff --git a/pages.fr/android/wm.md b/pages.fr/android/wm.md index bef29d02d..0ac166bc5 100644 --- a/pages.fr/android/wm.md +++ b/pages.fr/android/wm.md @@ -1,7 +1,7 @@ # wm > Affiche les informations de l'écran d'un appareil Android. -> Cette commande peut être utilisé uniquement depuis `adb shell`. +> Cette commande peut être utilisée uniquement depuis `adb shell`. > Plus d'informations : . - Affiche la taille physique de l'écran d'un appareil Android :