Skip to content

Commit cc3cb1f

Browse files
committed
Merge pull request #483 from AshishThakur/patch-3
Fixed fullstop in Full-Text Search section
2 parents 48a6d9c + b2d4e2f commit cc3cb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

010_Intro/30_Tutorial_Search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ GET /megacorp/employee/_search
279279
// SENSE: 010_Intro/30_Query_DSL.json
280280

281281
You can see that we use the same `match` query as before to search the `about`
282-
field for ``rock climbing.'' We get back two matching documents:
282+
field for ``rock climbing''. We get back two matching documents:
283283

284284
[source,js]
285285
--------------------------------------------------

0 commit comments

Comments
 (0)