Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Feb 6, 2017
1 parent e931318 commit 39cb8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter6/simple_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Page struct {
Title, Content string
}

func diaplayPage(w http.ResponseWriter, r *http.Request) {
func displayPage(w http.ResponseWriter, r *http.Request) {
p := &Page{
Title: "An Example",
Content: "Have fun stormin’ da castle.",
Expand Down

0 comments on commit 39cb8d9

Please sign in to comment.