From d30fcd5201785dcac582fcce7640e8f39fe59338 Mon Sep 17 00:00:00 2001 From: Dan Stine Date: Sat, 8 Oct 2016 21:26:36 -0400 Subject: [PATCH] fix small typo --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index 716cea27d..0db4e6b31 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -159,7 +159,7 @@ Fortunately, for the asynchronous processing you can provide explicit naming. === @SpanName annotation -You can do name the span explicitly via the `@SpanName` annotation. +You can name the span explicitly via the `@SpanName` annotation. [source,java] ----