From 4a3e577f3bd751722d7a5144f3c443668b03f924 Mon Sep 17 00:00:00 2001
From: Pokechu22 <pokechu022@gmail.com>
Date: Thu, 1 Sep 2022 20:36:02 -0700
Subject: [PATCH] Remove stray backtick from !ignore docs

---
 doc/commands.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/commands.rst b/doc/commands.rst
index a7a14d51..2349fa8d 100644
--- a/doc/commands.rst
+++ b/doc/commands.rst
@@ -332,7 +332,7 @@ Examples
     ``{primary_url}`` will be ``http://www.example.com/foo.html`` and
     ``{primary_netloc}`` will be ``www.example.com``.
 
-    When retriving requisites of ``http://www.bar.org:8080/qux.html```,
+    When retriving requisites of ``http://www.bar.org:8080/qux.html``,
     ``{primary_url}`` will be ``http://www.bar.org:8080/qux.html`` and
     ``{primary_netloc}`` will be ``www.bar.org:8080``.