aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-05-14 01:16:29 +0300
committerGitHub <noreply@github.com>2020-05-13 15:16:29 -0700
commit0093bb28f425b06bfd4745af2060402d06b9a70f (patch)
tree52b145d1815abb8804258621a605a84ba03b1096 /docs/getting-started
parent89b1c175a06168d1ea3bd527c411f10b8ff32300 (diff)
downloadoss-fuzz-0093bb28f425b06bfd4745af2060402d06b9a70f.tar.gz
cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ (#3803)
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/continuous_integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md
index 191eb47dc..cc461a5b4 100644
--- a/docs/getting-started/continuous_integration.md
+++ b/docs/getting-started/continuous_integration.md
@@ -90,7 +90,7 @@ CIFuzz will never report a failure even if it finds a crash in your project.
This requires the user to manually check the logs for detected bugs. If dry run mode is desired,
make sure to set the dry-run parameters in both the `Build Fuzzers` and `Run Fuzzers` action step.
-`allowed_broken_targets_percentage`: Can be set if you want to set a stricter
+`allowed-broken-targets-percentage`: Can be set if you want to set a stricter
limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
not set this.