From 95904871498e70de37c3f5d983f266a16a43e0f5 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 17 Mar 2015 17:51:26 +0100 Subject: [PATCH] Fix typo --- en/03.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/03.0.md b/en/03.0.md index ca192cff..11ee047c 100644 --- a/en/03.0.md +++ b/en/03.0.md @@ -1,6 +1,6 @@ #3 Web foundation -The reason you are reading this book is that you want to learn to build web applications in Go. As i've said before, Go provides many powerful packages like `http`. These packages can help you a lot when trying to build web applications. I'll teach you everything you need to know in the following chapters, and we'll talk about some concepts of the web and how to run web applications in Go in this chapter. +The reason you are reading this book is that you want to learn to build web applications in Go. As I've said before, Go provides many powerful packages like `http`. These packages can help you a lot when trying to build web applications. I'll teach you everything you need to know in the following chapters, and we'll talk about some concepts of the web and how to run web applications in Go in this chapter. ## Links