From 8463ecfd789ba6f714d61638711011b8fb6718fa Mon Sep 17 00:00:00 2001 From: haguenau Date: Thu, 11 Feb 2016 13:22:56 -0500 Subject: [PATCH] Speling. --- SC1000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1000.md b/SC1000.md index e216366..830ff28 100644 --- a/SC1000.md +++ b/SC1000.md @@ -18,4 +18,4 @@ echo "\$" 1. Following a backslash: `echo "\$"` 2. In a context where the shell can't make sense of it, such as at the end of the string, (`"foo$"`) or before some constructs (`"$'foo'"`). -To avoid relying on strange and shell specific behavior, any `$` intended to be literal should be escaped with a backslash. +To avoid relying on strange and shell-specific behavior, any `$` intended to be literal should be escaped with a backslash.