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 2019/03/07 05:12:11 UTC

[incubator-skywalking] branch master updated: Update probe-introduction.md (#2324)

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/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8824bef  Update probe-introduction.md (#2324)
8824bef is described below

commit 8824bef6d1437a024eae29949203e4d65c484736
Author: tianyu <mo...@gmail.com>
AuthorDate: Thu Mar 7 13:12:06 2019 +0800

    Update probe-introduction.md (#2324)
---
 docs/en/concepts-and-designs/probe-introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/concepts-and-designs/probe-introduction.md b/docs/en/concepts-and-designs/probe-introduction.md
index f4219e9..29fe205 100644
--- a/docs/en/concepts-and-designs/probe-introduction.md
+++ b/docs/en/concepts-and-designs/probe-introduction.md
@@ -5,7 +5,7 @@ ways to do so. But ultimately they are same, just collect and reformat data, the
 
 In high level, there are three typical groups in all SkyWalking probes.
 - **Language based native agent**. This kind of agents runs in target service user space, like a part of user codes. Such as
-SkyWalking Java agent, use `-javaagent` commend line argument to manipulate codes in runtime, `manipulate` means change and inject
+SkyWalking Java agent, use `-javaagent` command line argument to manipulate codes in runtime, `manipulate` means change and inject
 user's codes. Another kind of agents is using some hook or intercept mechanism provided by target libraries. So you can see, these kinds
 of agents based on languages and libraries.