From dbf0231f747f0d9bd69aa2b830273c3632153ae7 Mon Sep 17 00:00:00 2001
From: Chris Nesbitt-Smith <chris@cns.me.uk>
Date: Thu, 3 Oct 2019 00:08:29 +0100
Subject: [PATCH] fix misplaced backtick in example config in readme
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

sorry, I'm a pedant 😄
---
 .golangci.example.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.golangci.example.yml b/.golangci.example.yml
index c2d24c33..5893b583 100644
--- a/.golangci.example.yml
+++ b/.golangci.example.yml
@@ -184,7 +184,7 @@ linters-settings:
     disabled-checks:
       - regexpMust
 
-    # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint` run to see all tags and checks.
+    # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint run` to see all tags and checks.
     # Empty list by default. See https://github.com/go-critic/go-critic#usage -> section "Tags".
     enabled-tags:
       - performance