浏览代码

[DOCS] Fix typo in task management API docs (#52881)

Nattachai Suteerapongpan 5 年之前
父节点
当前提交
76c1c300c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/cluster/tasks.asciidoc

+ 1 - 1
docs/reference/cluster/tasks.asciidoc

@@ -261,7 +261,7 @@ GET _tasks?group_by=none
 The `X-Opaque-Id` header, when provided on the HTTP request header, is going to 
 be returned as a header in the response as well as in the `headers` field for in 
 the task information. This allows to track certain calls, or associate certain 
-tasks with a the client that started them:
+tasks with the client that started them:
 
 [source,sh]
 --------------------------------------------------