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.