From 0b74a57b4c2791bcbf52bb5ebd8a20959405d9df Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 11 Mar 2024 10:34:58 +0000 Subject: [PATCH] fix: minor errors in docs --- docs/docs/experiments/gentle_force.md | 6 +++--- docs/docs/experiments/remote_taskfiles.md | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/docs/experiments/gentle_force.md b/docs/docs/experiments/gentle_force.md index d468770c65..68c63e8ab0 100644 --- a/docs/docs/experiments/gentle_force.md +++ b/docs/docs/experiments/gentle_force.md @@ -22,9 +22,9 @@ This experiment breaks the following functionality: :::info -To enable this experiment, set the environment variable: `TASK_X_FORCE=1`. Check -out [our guide to enabling experiments ][enabling-experiments] for more -information. +To enable this experiment, set the environment variable: +`TASK_X_GENTLE_FORCE=1`. Check out [our guide to enabling experiments +][enabling-experiments] for more information. ::: diff --git a/docs/docs/experiments/remote_taskfiles.md b/docs/docs/experiments/remote_taskfiles.md index 4023650900..1dddcb94da 100644 --- a/docs/docs/experiments/remote_taskfiles.md +++ b/docs/docs/experiments/remote_taskfiles.md @@ -80,10 +80,9 @@ flag. Before enabling this flag, you should: Task currently supports both `http` and `https` URLs. However, the `http` requests will not execute by default unless you run the task with the `--insecure` flag. This is to protect you from accidentally running a remote -Taskfile that is hosted on and unencrypted connection. Sources that are not -protected by TLS are vulnerable to [man-in-the-middle -attacks][man-in-the-middle-attacks] and should be avoided unless you know what -you are doing. +Taskfile that is via an unencrypted connection. Sources that are not protected +by TLS are vulnerable to [man-in-the-middle attacks][man-in-the-middle-attacks] +and should be avoided unless you know what you are doing. ## Caching & Running Offline