From 2903052b5a7e74b0a14464d26d8b687bff4454eb Mon Sep 17 00:00:00 2001 From: Lisa <106527861+sthwnd@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:26:16 +0200 Subject: [PATCH] chore: clarity fix in docs (#7016) Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> --- docs/docs/getting_started/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/quick_start.md b/docs/docs/getting_started/quick_start.md index 7deeae12fd9..c980b5e7ffc 100644 --- a/docs/docs/getting_started/quick_start.md +++ b/docs/docs/getting_started/quick_start.md @@ -98,7 +98,7 @@ bb prove -b ./target/hello_world.json -w ./target/hello_world.gz -o ./target/pro :::tip -Naming can be confusing, specially as you pass them to the `bb` commands. If unsure, it won't hurt to delete the target folder and start anew to make sure you're using the most recent versions of the compiled circuit and witness. +Naming can be confusing, specially as you pass them to the `bb` commands. If unsure, it won't hurt to delete the target folder and start fresh to make sure you're using the most recent versions of the compiled circuit and witness. :::