/*: fix typos (#10649)

pull/23/head
omahs 2023-08-30 15:20:03 +02:00 committed by GitHub
parent 6bf1c4b8ff
commit e81359d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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 : <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreport>.
- Affiche un rapport de bug d'un appareil Android :

View File

@ -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 : <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>.
- Génère une archive à partir d'un rapport de bug d'un appareil Android :

View File

@ -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}}`

View File

@ -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 : <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
- Envoie un code événement (un seul caractère) à un appareil Android :

View File

@ -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`

View File

@ -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 : <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
- Affiche la taille physique de l'écran d'un appareil Android :