diff --git a/website_docs/manual.md b/website_docs/manual.md index 1d6a4c954..1b5feb9e3 100644 --- a/website_docs/manual.md +++ b/website_docs/manual.md @@ -119,7 +119,7 @@ span := trace.SpanFromContext(ctx) // Do something with the current span, optionally calling `span.End()` if you want it to end ``` -This can helpful if you'd like to add information to the current span at a point in time. +This can be helpful if you'd like to add information to the current span at a point in time. ### Create nested spans