fixed typo in CONTRIBUTING.md
This commit is contained in:
parent
ccd5d9f526
commit
80854d7c83
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue