diff --git a/content/en/docs/demo/services/ad.md b/content/en/docs/demo/services/ad.md index 2f50491337a1..2cdf7d81fa7d 100644 --- a/content/en/docs/demo/services/ad.md +++ b/content/en/docs/demo/services/ad.md @@ -33,7 +33,7 @@ Span span = Span.current(); ``` Adding attributes to a span is accomplished using `setAttribute` on the span -object. In the `getAds` function multiples attribute are added to the span. +object. In the `getAds` function multiple attributes are added to the span. ```java span.setAttribute("app.ads.contextKeys", req.getContextKeysList().toString());