[Backport 8.13] Fix typo in documentation (example query) (#2274)

(cherry picked from commit 542585a5dc)

Co-authored-by: Joey Freund <joeyfreund@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-06 12:08:09 -05:00
committed by GitHub
parent 5d36257241
commit e5f8bd2502

View File

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