blog: correct playground socket link

Change-Id: I269e75d5f23540803f60299129af6e3c65800f77
Reviewed-on: https://go-review.googlesource.com/114795
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/content/playground.article b/content/playground.article
index 02220b0..8e676e8 100644
--- a/content/playground.article
+++ b/content/playground.article
@@ -330,7 +330,7 @@
 client.
 
 The WebSocket back end implementation can be found in the
-[[https://godoc.org/golang.org/x/tools/playground/socket][`golang.org/x/too/playground/socket`]] package.
+[[https://godoc.org/golang.org/x/tools/playground/socket][`golang.org/x/tools/playground/socket`]] package.
 The [[https://talks.golang.org/2012/insidepresent.slide#1][Inside Present]] talk discusses this code in detail.