From 01e505b864568113cbafb1ece5ec0c8c2b5e74e1 Mon Sep 17 00:00:00 2001 From: alicejw Date: Mon, 9 May 2022 10:41:20 -0700 Subject: [PATCH] for typo Signed-off-by: alicejw --- _opensearch/query-dsl/term.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/query-dsl/term.md b/_opensearch/query-dsl/term.md index 38c9c022..d3e87ee1 100644 --- a/_opensearch/query-dsl/term.md +++ b/_opensearch/query-dsl/term.md @@ -317,7 +317,7 @@ Parameter | Behavior `id` | Specifies the exact document to query for terms. `path` | Specifies the field name for the query. -E.g. to get all lines from the shakespeare play for a role (or roles) specified in the index `play-assignments` for the entry `42`: +To get all the lines from a Shakespeare play for a role (or roles) specified in the index `play-assignments` for the document `42`: ```json GET shakespeare/_search