From 960bf64a4d26a69048e37f5d03bdce0a33c2d1c4 Mon Sep 17 00:00:00 2001 From: Matt Skone Date: Fri, 4 Dec 2015 10:52:28 -0800 Subject: [PATCH] "...of you Go apps..." -> "...of your Go apps..." --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ef24252c..ab75d748 100644 --- a/Home.md +++ b/Home.md @@ -193,7 +193,7 @@ If you're looking for services that support Go, here's a list to get you started ## Troubleshooting Go Programs in Production - - Understand the performance of you Go apps using the [pprof package](http://blog.golang.org/profiling-go-programs) + - Understand the performance of your Go apps using the [pprof package](http://blog.golang.org/profiling-go-programs) - Heap Dumps - [heapdump13](heapdump13) - [heapdump14](heapdump14)