From 56335453cf3f39f5a892b99922af04afa8e99839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Fri, 17 Sep 2021 09:04:31 +0200 Subject: [PATCH] Fix typo in title --- guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/README.md b/guide/README.md index d6ad22e..9e13b37 100644 --- a/guide/README.md +++ b/guide/README.md @@ -1,5 +1,5 @@ ⬅ [Index of all go-profiler-notes](../README.md) -# The Busy Developers's Guide to Go Profiling, Tracing and Observability +# The Busy Developer's Guide to Go Profiling, Tracing and Observability - **[Introduction](#introduction):** [Read This](#read-this) · [Mental Model for Go](#mental-model-for-go) · Profiling vs Tracing - **Use Cases:** Reduce Costs · Reduce Latency · Memory Leaks · Program Hanging · Outages