fix typo in contributing docsc

This commit is contained in:
woz5999 2020-08-25 14:58:58 -07:00
parent 8d66456880
commit 35a76fba4c
1 changed files with 1 additions and 1 deletions

View File

@ -124,8 +124,8 @@ The underlying script dumps the full Consul log output to `test.log` in
the directory of the target package. In the example above it would be the directory of the target package. In the example above it would be
located at `consul/connect/proxy/test.log`. located at `consul/connect/proxy/test.log`.
Historically, the defaults for `FLAKE_CPUS` (30) and `FLAKE_N` (0.15) have been
sufficient to surface a flaky test. If a test is run in this environment and sufficient to surface a flaky test. If a test is run in this environment and
Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been
it does not fail after 30 iterations, it should be sufficiently stable. it does not fail after 30 iterations, it should be sufficiently stable.
## Vendoring ## Vendoring