You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/03/09 06:41:00 UTC

[incubator-skywalking-ui] 01/02: Typo Topology Map

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

hanahmily pushed a commit to branch bug/e2e
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit 406c650daee509b00d6a7de1e6077c79959b6a61
Author: hanahmily <ha...@gmail.com>
AuthorDate: Fri Mar 9 11:05:26 2018 +0800

    Typo Topology Map
---
 src/routes/Topology/Topology.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Topology/Topology.js b/src/routes/Topology/Topology.js
index e642fe8..7ab3eba 100644
--- a/src/routes/Topology/Topology.js
+++ b/src/routes/Topology/Topology.js
@@ -42,7 +42,7 @@ export default class Topology extends PureComponent {
     return (
       <Panel globalVariables={this.props.globalVariables} onChange={this.handleChange}>
         <ChartCard
-          title="Topolgy Map"
+          title="Topology Map"
         >
           <AppTopology
             height={this.props.graphHeight}

-- 
To stop receiving notification emails like this one, please contact
hanahmily@apache.org.