Fix typo in documentation (example query) (#2271)

This commit is contained in:
Joey Freund
2024-06-05 19:42:31 +03:00
committed by GitHub
parent e1de2bd53d
commit 542585a5dc

View File

@ -55,7 +55,7 @@ async function run () {
source: {
index: 'game-of-thrones',
query: {
match: { character: 'stark' }
match: { house: 'stark' }
}
},
dest: {