Skip to content

Commit ead583a

Browse files
[Backport 8.14] Fix typo in documentation (example query) (#2273)
(cherry picked from commit 542585a) Co-authored-by: Joey Freund <[email protected]>
1 parent 28df544 commit ead583a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function run () {
5555
source: {
5656
index: 'game-of-thrones',
5757
query: {
58-
match: { character: 'stark' }
58+
match: { house: 'stark' }
5959
}
6060
},
6161
dest: {

0 commit comments

Comments
 (0)