Skip to content

Commit

Permalink
Fix typo in go libraries (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
eouw0o83hf committed Mar 4, 2022
1 parent d6f9d0d commit 16e52ed
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 16e52ed

Please sign in to comment.