Skip to content

Commit

Permalink
Fix typo in go libraries (open-telemetry#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
eouw0o83hf authored and hanyuancheung committed Mar 5, 2022
1 parent 2a7d6ee commit d8cbea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/libraries.md
Expand Up @@ -60,7 +60,7 @@ func sleepy(ctx context.Context) {

// httpHandler is an HTTP handler function that is going to be instrumented.
func httpHandler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, World! I am instrumented autoamtically!")
fmt.Fprintf(w, "Hello, World! I am instrumented automatically!")
ctx := r.Context()
sleepy(ctx)
}
Expand Down

0 comments on commit d8cbea3

Please sign in to comment.