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.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d3312c  Update Java-Plugin-Development-Guide.md (#3188)
5d3312c is described below

commit 5d3312ccccf481dc720059d836aac90528dbdd17
Author: Jared Tan <[email protected]>
AuthorDate: Mon Jul 29 16:34:30 2019 +0800

    Update Java-Plugin-Development-Guide.md (#3188)
---
 docs/en/guides/Java-Plugin-Development-Guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/Java-Plugin-Development-Guide.md 
b/docs/en/guides/Java-Plugin-Development-Guide.md
index e6b49a9..e5ee13a 100644
--- a/docs/en/guides/Java-Plugin-Development-Guide.md
+++ b/docs/en/guides/Java-Plugin-Development-Guide.md
@@ -34,7 +34,7 @@ Here are the steps about how to use **ContextCarrier** in a 
`A->B` distributed c
 1. Put all items of `ContextCarrier` into heads(e.g. HTTP HEAD), 
attachments(e.g. Dubbo RPC framework) or messages(e.g. Kafka)
 1. The `ContextCarrier` propagates to server side by the service call.
 1. At server side, get all items from heads, attachments or messages.
-1. Create an EntrySpan by `ContestManager#createEntrySpan` or use 
`ContextManager#extract` to bind the client and server.
+1. Create an EntrySpan by `ContextManager#createEntrySpan` or use 
`ContextManager#extract` to bind the client and server.
 
 
 Let's demonstrate the steps by Apache HTTPComponent client plugin and Tomcat 7 
server plugin

Reply via email to