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/05 03:39:34 UTC

[skywalking-agent-test-tool] branch master updated: Fix doc typo (#6)

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-agent-test-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new d3acf65  Fix doc typo (#6)
d3acf65 is described below

commit d3acf65652b136b0ba0c23ce38168dd4a9830927
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Mar 5 11:39:26 2020 +0800

    Fix doc typo (#6)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99fb192..01daf4b 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ cd ./mock-collector
 bash ./bin/collector-startup.sh
 ```
 
-after above steps, we can check whether the `mock collector` is available throgh HTTP API. To visit `http://localhost:12800/status` and get the reponse with `success` in the body of content.
+after above steps, we can check whether the `mock collector` is available through HTTP API. To visit `http://localhost:12800/status` and get the response with `success` in the body of content.
 
 Finally, To visit follow URL to download the data as `yaml` file, which can be used by `SkyWalking Validator Tool`.