From c319efab9fc308a11fcc301ba34d3eda5480698f Mon Sep 17 00:00:00 2001
From: Aivaras Gotovskis <aivaras.gotovskis@ongr.io>
Date: Tue, 7 Jul 2015 11:15:10 +0300
Subject: [PATCH] Fix typo.

---
 docs/HowTo/HowToSearch.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/HowTo/HowToSearch.md b/docs/HowTo/HowToSearch.md
index f3ab99e..d1e95c8 100644
--- a/docs/HowTo/HowToSearch.md
+++ b/docs/HowTo/HowToSearch.md
@@ -69,7 +69,7 @@ Unlike `Query`, when we add a `Filter` with our DSL library it will add a query
 }
 ```
 
-### Multpile queries and filters
+### Multiple queries and filters
 
 As you know there is possible to use multiple filters and queries in elasticsearch. No problem, if you have several filters just add it to the search. `ElasticsearchDSL` will form a `Bool` query or filter for you when you add more than one.
 
-- 
GitLab