fix typo: pacing -> placing

This commit is contained in:
Benjamin Porter 2022-06-17 13:56:04 -06:00
parent 835d077573
commit 82fc4e830e

View File

@ -42,7 +42,7 @@ pwd " Displays the current working directory
" comment (echo assumes that the quotation mark begins a string)
echo 'Hello world!' | " Displays a message
" Line breaks can be escaped by pacing a backslash as the first non-whitespace
" Line breaks can be escaped by placing a backslash as the first non-whitespace
" character on the *following* line. Only works in script files, not on the
" command line
echo " Hello