From 805bd41c4d62cf5ecb00dc65ef0d7a72b4380154 Mon Sep 17 00:00:00 2001
From: Simon Zolin <s.zolin@adguard.com>
Date: Wed, 23 Sep 2020 13:09:14 +0300
Subject: [PATCH] * doc: "<key>" was treated as "" in a processed .md document

---
 AGHTechDoc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGHTechDoc.md b/AGHTechDoc.md
index 0041f3e2..71161947 100644
--- a/AGHTechDoc.md
+++ b/AGHTechDoc.md
@@ -1102,7 +1102,7 @@ and `value` is either:
 * IPv4 address: use this IP in A response
 * IPv6 address: use this IP in AAAA response
 * canonical name: add CNAME record
-* "<key>": CNAME exception - pass request to upstream
+* "`key`": CNAME exception - pass request to upstream
 * "A": A exception - pass A request to upstream
 * "AAAA": AAAA exception - pass AAAA request to upstream