From a84fe34e8f32d32f9e25ca5ce3ac0b43b241fa8d Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Fri, 3 Aug 2018 20:15:39 +0800 Subject: [PATCH] docs: fix typo in opentracing doc --- docs/opentracing.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opentracing.asciidoc b/docs/opentracing.asciidoc index d032578195..bc847a94a7 100644 --- a/docs/opentracing.asciidoc +++ b/docs/opentracing.asciidoc @@ -26,7 +26,7 @@ This bridge allows for different operation modes in combination with the Elastic If the `javaagent` is not specified, the bridge is in noop mode and does not actually record and report spans. - Mix and Match + If you want to leverage the auto instrumentation of Elastic APM, - but also want do create custom spans or use the OpenTracing API to add custom tags to the spanss created by Elastic APM, + but also want do create custom spans or use the OpenTracing API to add custom tags to the spans created by Elastic APM, you can just do that. The OpenTracing bridge and the standard Elastic APM API interact seamlessly. - Manual instrumentation +