aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/new_project_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 0d32f285..b2d1caa8 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -129,7 +129,7 @@ In the above example, the git clone will check out the source to `$SRC/<checkout
## build.sh
-This file describes how to build [fuzz targets](glossary.md#fuzz-target) for your project.
+This file describes how to build binaries for [fuzz targets](glossary.md#fuzz-target) in your project.
The script will be executed within the image built from `Dockerfile`.
In general, this script will need to: