From 09da0477d928a2b737a38dcad11e79ea54014b3f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 23 Feb 2020 22:23:58 -0800 Subject: [PATCH] Fix typo in flashing message --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 24a4eb2b..1e44abd7 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -156,7 +156,7 @@ prepare_to_flash () { printf '%b\n\n' "${flashing_instructions}" echo "" - echo "When you're ready proceed, press 'Enter'." + echo "When you're ready to proceed, press 'Enter'." echo "" # We do not want to permit line continuations here. We just want a newline.