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