From 2107d89a844f80d106dc6902406990f1f8f0bd50 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Mon, 27 Feb 2017 16:54:20 +0900
Subject: [PATCH] Fix typo: Fetxh -> Fetch

---
 src/api/endpoints/posts/search.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/endpoints/posts/search.js b/src/api/endpoints/posts/search.js
index b5ea114c1..2ee00b899 100644
--- a/src/api/endpoints/posts/search.js
+++ b/src/api/endpoints/posts/search.js
@@ -114,7 +114,7 @@ async function byElasticsearch(res, rej, me, query, offset, max) {
 
 		const hits = response.hits.hits.map(hit => new mongo.ObjectID(hit._id));
 
-		// Fetxh found posts
+		// Fetch found posts
 		const posts = await Post
 			.find({
 				_id: {