From 4dfb3fce9c11f718f54f8908490cf8ee1290dd94 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 3 Mar 2019 19:00:09 -0800 Subject: [PATCH] Add missing backtick in man page --- shellcheck.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index 739628a..1499c80 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -211,7 +211,7 @@ Here is an example `.shellcheckrc`: If no `.shellcheckrc` is found in any of the parent directories, ShellCheck will look in `~/.shellcheckrc` followed by the XDG config directory -(usually `~/.config/shellcheckrc`) on Unix, or %APPDATA%/shellcheckrc` on +(usually `~/.config/shellcheckrc`) on Unix, or `%APPDATA%/shellcheckrc` on Windows. Only the first file found will be used. Note for Snap users: the Snap sandbox disallows access to hidden files.