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: {