You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/15 13:05:44 UTC

[skywalking-cli] branch master updated: fix typo (#37)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new d28bd1f  fix typo (#37)
d28bd1f is described below

commit d28bd1ffd4afa9d95f6fee97bbcdfbd4505abaf1
Author: zhang-wei <zh...@apache.org>
AuthorDate: Sun Mar 15 21:05:34 2020 +0800

    fix typo (#37)
---
 CHANGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 2a24baa..3b535af 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,7 +10,7 @@ Release Notes.
 - Support visualization of heat map
 - Support top N entities, `swctl metrics top 5 --name service_sla`
 - Support thermodynamic metrics, `swctl metrics thermodynamic --name all_heatmap`
-- Support multiple linear metrics, `swctl --display=graph --debug metrics multiple-linear --name all_percentie` 
+- Support multiple linear metrics, `swctl --display=graph --debug metrics multiple-linear --name all_percentile` 
 - Automatically make use of server timezone API when possible
 
 ### Chores