Skip to content

Commit

Permalink
fix: minor errors in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Mar 11, 2024
1 parent 4774273 commit 0b74a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/docs/experiments/gentle_force.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down
7 changes: 3 additions & 4 deletions docs/docs/experiments/remote_taskfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b74a57

Please sign in to comment.