Browse Source

[DOCS] Fix link formatting (#27990)

Vlad Holubiev 7 years ago
parent
commit
31d4a4bf7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/request/inner-hits.asciidoc

+ 1 - 1
docs/reference/search/request/inner-hits.asciidoc

@@ -1,7 +1,7 @@
 [[search-request-inner-hits]]
 === Inner hits
 
-The <<parent-join, parent-join> and <<nested, nested>> features allow the return of documents that
+The <<parent-join, parent-join>> and <<nested, nested>> features allow the return of documents that
 have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child
 documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned
 based on matches in nested inner objects.