From b786158b63d47d8051dfdc8eed6ed9cdaff56575 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 30 Dec 2022 12:20:16 -0800 Subject: [PATCH] Remove unnecessary gendered text (#599) --- doc/readme.md | 2 +- doc/telemetry.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/readme.md b/doc/readme.md index 34a52dc9c..b86980e6f 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -572,7 +572,7 @@ cordova telemetry [STATE] ### Details A timed prompt asking the user to opt-in or out is displayed the first time cordova is run. - It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer. + It lasts for 30 seconds, after which the user is automatically opted-out if they don't provide any answer. In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up. Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag. diff --git a/doc/telemetry.txt b/doc/telemetry.txt index 40ac9a437..84a908151 100644 --- a/doc/telemetry.txt +++ b/doc/telemetry.txt @@ -11,7 +11,7 @@ Turns telemetry collection on or off Details A timed prompt asking the user to opt-in or out is displayed the first time cordova is run. - It lasts for 30 seconds, after which the user is automatically opted-out if he doesn't provide any answer. + It lasts for 30 seconds, after which the user is automatically opted-out if they don't provide any answer. In CI environments, the `CI` environment variable can be set, which will prevent the prompt from showing up. Telemetry collection can also be turned off on a single command by using the `--no-telemetry` flag.