Browse Source

Typo in CONTRIBUTING.md (dylanaraps#2246)

Thanks for Ekatwikz's committing.
Jin Asanami 2 years ago
parent
commit
a32910c8d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -50,7 +50,7 @@ request on the repo and our Travis.ci hook will run ShellCheck for you.
 - Don’t use `sed`.
 - Don’t use `sed`.
     - Use `bash`'s built-in [parameter expansion](http://wiki.bash-hackers.org/syntax/pe).
     - Use `bash`'s built-in [parameter expansion](http://wiki.bash-hackers.org/syntax/pe).
 - Don’t use `cat`.
 - Don’t use `cat`.
-    - Use `bash`'s built-in syntax (`file="$(< /path/to/file.txt)")`).
+    - Use `bash`'s built-in syntax (`file="$(< /path/to/file.txt)"`).
 - Don’t use `grep "pattern" | awk '{ printf }'`.
 - Don’t use `grep "pattern" | awk '{ printf }'`.
     - Use `awk '/pattern/ { printf }'`
     - Use `awk '/pattern/ { printf }'`
 - Don’t use `wc`.
 - Don’t use `wc`.