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

Commit 8322c11

Browse files
Fix typo 😆
1 parent 29d4ce5 commit 8322c11

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)