Skip to content

Commit 4c8e0a9

Browse files
committed
Fix additional property name for TermsQuery
1 parent 2fdec29 commit 4c8e0a9

File tree

1 file changed

+1
-1
lines changed
  • specification/_types/query_dsl

1 file changed

+1
-1
lines changed

specification/_types/query_dsl/term.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export class TermQuery extends QueryBase {
236236
}
237237

238238
/**
239-
* @behavior_meta AdditionalProperty key=field value=term
239+
* @behavior_meta AdditionalProperty key=field value=terms
240240
*/
241241
export class TermsQuery
242242
extends QueryBase

0 commit comments

Comments
 (0)