diff --git a/docs/index.md b/docs/index.md index ed1d6743e..8048b4b07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1731,7 +1731,7 @@ Describe("Storing books in an external database", func() { Context("when a book is in the database", func() { var book *books.Book BeforeEach(func() { - lesMiserables = &books.Book{ + book = &books.Book{ Title: "Les Miserables", Author: "Victor Hugo", Pages: 2783,