From b396b7142174f9964a4e021bca530a6bc9d5600c Mon Sep 17 00:00:00 2001 From: daryl Date: Fri, 1 Jul 2022 10:28:11 +0930 Subject: [PATCH] Update 'bash/README.md' --- bash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/README.md b/bash/README.md index c8451ab..2b107e3 100644 --- a/bash/README.md +++ b/bash/README.md @@ -10,7 +10,7 @@ BASH doesn't actually have booleans, but there's tricks to make variables behave ## internal_function_w_output_and_return.bash -The right way to have an interal function inside your script, have it output to STDOUT and also have various return values that you can action once the function is completed. +The right way to have an internal function inside your script, have it output to STDOUT and also have various return values that you can action once the function is completed. ## internal_output_tee.bash