aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/reproducing.md
diff options
context:
space:
mode:
authorGravatar inferno-chromium <inferno@chromium.org>2016-11-16 09:56:10 -0800
committerGravatar GitHub <noreply@github.com>2016-11-16 09:56:10 -0800
commite1bb7021f804d5bdc28c96803116afa61eab946f (patch)
treed591db0715d23a9f96b6e0a14084e68d1132499a /docs/reproducing.md
parentac2e964dc85ef055c236303abebe4ea36d25d0e6 (diff)
Fix OSS-Fuzz casing (#86)
* Fix OSS-Fuzz casing in README.md * Update faq.md * Update new_target.md * Update reproducing.md
Diffstat (limited to 'docs/reproducing.md')
-rw-r--r--docs/reproducing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index 6532e4b9..8438bd29 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -1,6 +1,6 @@
-# Reproducing oss-fuzz issues
+# Reproducing OSS-Fuzz issues
-You've been CC'ed on an oss-fuzz issue, now what? Before attempting a fix you should be able to reliably reproduce an issue.
+You've been CC'ed on an OSS-Fuzz issue, now what? Before attempting a fix you should be able to reliably reproduce an issue.
The process is much simpler if you have Docker installed ([how?](installing_docker.md), [why?](faq.md#why-do-you-use-docker)), but
is entirely possible to do without.