From ba2d0b51288e4d0abeea35a29f42ed2204b55d6e Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Thu, 14 Mar 2019 14:15:33 -0700 Subject: [PATCH] Grammar --- SC2124.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2124.md b/SC2124.md index 3825fff..183a94f 100644 --- a/SC2124.md +++ b/SC2124.md @@ -2,7 +2,7 @@ ### Danger! -> Changing this parameter can be dangerous. It's behavior is influenced by the value of `IFS`. In certain situations (like feeding strings into commands) this can result in unexpected results from a seemingly esthetic-only change. +> Changing this parameter can be dangerous. Its behavior is influenced by the value of `IFS`. In certain situations (like feeding strings into commands) this can result in unexpected results from a seemingly aesthetic-only change. [[More info]](https://wiki.bash-hackers.org/syntax/shellvars#special_parameters_and_shell_variables) ### Problematic code: