Просмотр исходного кода

docs: Update changes/ce/feat-13889.en.md

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
zmstone 1 год назад
Родитель
Сommit
0df752c085
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      changes/ce/feat-13889.en.md

+ 1 - 1
changes/ce/feat-13889.en.md

@@ -5,4 +5,4 @@ Now the queries are sent in parallel.
 The latency to return the query is dominated by the slowest node in the cluster.
 
 Also added `node` parameter to `/api/v5/monitor_current` API to avoid cluster-wide query when only need data from one node.
-For example, with `?aggregate=false&node=emqx@node1.comain.name`, the API will return data only for one node.
+For example, with `?aggregate=false&node=emqx@node1.domain.name`, the API will return data only for one node.