Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit d6cf9f7

Browse files
author
Tomasz Kostuch
authored
Merge pull request #468 from ThermScissorpunch/patch-3
Fix typo 😆
2 parents 4c06d23 + 8322c11 commit d6cf9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/elastic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function adjustQuery (esQuery, entityType, config) {
6666
}
6767

6868
function getHits (result) {
69-
if (result.body) { // differences between ES5 andd ES7
69+
if (result.body) { // differences between ES5 and ES7
7070
return result.body.hits.hits
7171
} else {
7272
return result.hits.hits

0 commit comments

Comments
 (0)