From 1075c729aae3b3f172fb76e6856288f3fb962117 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 5 Sep 2020 15:41:18 -0500 Subject: [PATCH] Cleanup: fix wording of documentation. --- build/scripts/bootstrap-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/bootstrap-example.sh b/build/scripts/bootstrap-example.sh index 0b32a1a..0e02397 100644 --- a/build/scripts/bootstrap-example.sh +++ b/build/scripts/bootstrap-example.sh @@ -6,7 +6,7 @@ # Unlike the other scripts, this is not inteded to be run as if it were a program. # Instead this provides a functional example on what commands to perform to perform the bootstrap. # -# This only accepts a two arguments (both are required): +# This only accepts two arguments (both are required): # 1) One of "individual", "level", "monolithic", "fake-individual", "fake-level", or "fake-monolithic". # 2) The version number of the project, such as "0.5.0". # -- 1.8.3.1