Removed an erroneous backtick on the file level disable directive example

Tim Oram
2016-12-19 10:00:49 -03:30
parent 31352aff59
commit 1b2d26fe9c

@@ -27,6 +27,6 @@ Set the `SHELLCHECK_OPTS` variable in your `.bashrc`, `/etc/profile` or equivale
Add a [[directive]] at the top of the file:
#!/bin/sh
# shellcheck disable=SC2059`
# shellcheck disable=SC2059
Note that the [[directive]] must be on the first line after the shebang ([#779](https://github.com/koalaman/shellcheck/issues/779)). That will be fixed in 0.4.6+