Remove spurious backtick

Shaun McCance
2016-04-25 23:14:00 -04:00
parent 89d56814de
commit e114456948

@@ -20,7 +20,7 @@ Supported directives are `disable` to disable warnings:
# shellcheck shell=sh # shellcheck shell=sh
echo foo &> bar echo foo &> bar
Directives instead of or immediately after the shebang apply to the entire script. Otherwise, they are scoped to the structure that follows it (such as all branches of a `case` statement`, or an entire function). Directives instead of or immediately after the shebang apply to the entire script. Otherwise, they are scoped to the structure that follows it (such as all branches of a `case` statement, or an entire function).
There is no support for scoping a directive to the first structure of the script. In these cases, use a dummy command `true` or `:` and then add directives, such as There is no support for scoping a directive to the first structure of the script. In these cases, use a dummy command `true` or `:` and then add directives, such as