From 68b766ec2e229ea442df76bef1dffd6a7aaa7181 Mon Sep 17 00:00:00 2001
From: Andrey Meshkov <am@adguard.com>
Date: Fri, 14 Aug 2020 12:44:44 +0300
Subject: [PATCH] fix typo

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

diff --git a/Hosts-Blocklists.md b/Hosts-Blocklists.md
index 5ae7282..48539e2 100644
--- a/Hosts-Blocklists.md
+++ b/Hosts-Blocklists.md
@@ -102,7 +102,7 @@ $client=~value1
 
 Client names usually contain spaces or other special characters, that's why you should enclose the name in quotes (both double-quotes and single-quotes are supported). If the client name contains quotes, use `\` to escape them. Also, you need to escape commas (`,`) and pipes (`|`).
 
-> Please note, that when specifying aan "excluded" client, you must keep `~` out of the quotes.
+> Please note, that when specifying an "excluded" client, you must keep `~` out of the quotes.
 
 **Examples**