From 99009672d76a03c7cc054d0e191ecf72e7ead2ed Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 11:05:14 -0700 Subject: [PATCH] Update reproducing.md --- docs/reproducing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reproducing.md b/docs/reproducing.md index 1559af8ac..ac0f8aac3 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -22,7 +22,7 @@ Follow these steps: docker run --rm -v :/src/target_src -v :/testcase -t ossfuzz/ reproduce ``` - It is essentialy the previous command that addionally mounts local sources into the running container. -- *Fix the issue.* Use the previous command to help you fix the issue. + This is essentialy the previous command that addionally mounts local sources into the running container. +- *Fix the issue.* Use the previous command to verify you fixed the issue locally. - *Submit the fix.* Clusterfuzz will automatically pick up the changes, recheck the testcast and will close the issue.