diff options
author | Benjamin Porter <FreedomBen@users.noreply.github.com> | 2022-06-17 13:56:04 -0600 |
---|---|---|
committer | Benjamin Porter <FreedomBen@users.noreply.github.com> | 2022-06-17 13:56:04 -0600 |
commit | 82fc4e830eb2fb1a5b526b665e894ea33d10ff52 (patch) | |
tree | c29594a4b999a9d1d0bd1c05d359b36aa6813036 /vimscript.html.markdown | |
parent | 835d077573fea060406ca6e5096779526ae96760 (diff) |
fix typo: pacing -> placing
Diffstat (limited to 'vimscript.html.markdown')
-rw-r--r-- | vimscript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimscript.html.markdown b/vimscript.html.markdown index c2934af8..c32faee9 100644 --- a/vimscript.html.markdown +++ b/vimscript.html.markdown @@ -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 |