浏览代码

Fix typo in percolated-query.asciidoc (#21991)

Matias Anaya 8 年之前
父节点
当前提交
beb794cb0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/percolate-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/percolate-query.asciidoc

@@ -130,7 +130,7 @@ The following parameters are required when percolating a document:
 `document_type`:: The type / mapping of the document being percolated. This is a required parameter.
 `document_type`:: The type / mapping of the document being percolated. This is a required parameter.
 `document`:: The source of the document being percolated.
 `document`:: The source of the document being percolated.
 
 
-Instead of specifying a the source of the document being percolated, the source can also be retrieved from an already
+Instead of specifying the source of the document being percolated, the source can also be retrieved from an already
 stored document. The `percolate` query will then internally execute a get request to fetch that document.
 stored document. The `percolate` query will then internally execute a get request to fetch that document.
 
 
 In that case the `document` parameter can be substituted with the following parameters:
 In that case the `document` parameter can be substituted with the following parameters: