From 7aaba6176b65ded4b666dd89ca0b734ce7776b5b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 5 Dec 2017 14:50:40 +0000 Subject: [PATCH] Fix typo --- docs/opentracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opentracing.md b/docs/opentracing.md index 77816908..a2110bc0 100644 --- a/docs/opentracing.md +++ b/docs/opentracing.md @@ -33,7 +33,7 @@ Component 3 |<─ SQL ─>| This is achieved by serializing span information during all communication between components. For HTTP requests, this is achieved by the sender -serializing the sapn into a HTTP header, and the receiver deserializing the span +serializing the span into a HTTP header, and the receiver deserializing the span on receipt. (Generally a new span is then immediately created with the deserialized span as the parent).