diff --git a/doc/readme.md b/doc/readme.md index 34a52dc9..b86980e6 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 40ac9a43..84a90815 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.