Skip to content

Commit 5280197

Browse files
Avoid using VU code term (#1322)
* Avoid using VU code The term VU code could mislead here, so we replacing it with just code. --------- Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 92ef09f commit 5280197

File tree

1 file changed

+2
-2
lines changed
  • src/data/markdown/translated-guides/en/02 Using k6/05 k6 Options

1 file changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/05 k6 Options/02 Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Each option has its own detailed reference in a separate section.
3131
| [Hosts](#hosts) | An object with overrides to DNS resolution |
3232
| [HTTP debug](#http-debug) | Log all HTTP requests and responses |
3333
| [Include system Env vars](#include-system-env-vars) | Pass the real system environment variables to the runtime |
34-
| [Insecure skip TLS verify](#insecure-skip-tls-verify) | A boolean specifying whether should ignore TLS verifications for VU connections |
34+
| [Insecure skip TLS verify](#insecure-skip-tls-verify) | A boolean specifying whether k6 should ignore TLS verifications for connections established from code |
3535
| [Iterations](#iterations) | A number specifying a fixed number of iterations to execute of the script; together with the [vus option](#vus), it's a shortcut for a single [scenario](/using-k6/scenarios) with a [shared iterations executor](/using-k6/scenarios/executors/shared-iterations) |
3636
| [Linger](#linger) | A boolean specifying whether k6 should linger around after test run completion |
3737
| [Local IPs](#local-ips) | A list of local IPs, IP ranges, and CIDRs from which VUs will make requests |
@@ -496,7 +496,7 @@ $ k6 run --include-system-env-vars ~/script.js
496496

497497
A boolean, true or false. When this option is enabled (set to true), all of the verifications that
498498
would otherwise be done to establish trust in a server provided TLS certificate will be ignored.
499-
This only applies to connections created by VU code, such as http requests.
499+
This only applies to connections created from code, such as HTTP requests.
500500
Available in `k6 run` and `k6 cloud` commands
501501

502502
| Env | CLI | Code / Config file | Default |

0 commit comments

Comments
 (0)