diff --git a/doc/docs.html b/doc/docs.html index 9ffa0220ce..90e20f74e3 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -7,7 +7,7 @@

If you're new to Go, we recommend you work through the tutorial. The -language specfication has all the details should +language specification has all the details should you want to explore.

@@ -27,7 +27,7 @@ goroutines, and channels.

A document that gives tips for writing clear, idiomatic Go code. A must read for any new Go programmer. It augments the tutorial and -the language spec, both of which should be read first. +the language specification, both of which should be read first.

Frequently Asked Questions (FAQ)