浏览代码

Update profile.asciidoc (#92656)

* Update profile.asciidoc

Fix small typo

* Update docs/reference/search/profile.asciidoc

Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
iamthinh 2 年之前
父节点
当前提交
a4ee8f4a34
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/search/profile.asciidoc

+ 1 - 1
docs/reference/search/profile.asciidoc

@@ -17,7 +17,7 @@ The Profile API gives the user insight into how search requests are executed at
 a low level so that the user can understand why certain requests are slow, and
 take steps to improve them. Note that the Profile API,
 <<profile-limitations, amongst other things>>, doesn't measure network latency,
-time spent while the requests spends in queues, or while merging shard
+time the requests spend in queues, or time spent merging shard
 responses on the coordinating node.
 
 The output from the Profile API is *very* verbose, especially for complicated