Add FAQ section to explain the origin of the gopls name
diff --git a/gopls.md b/gopls.md
index f2a0c77..f6a9847 100644
--- a/gopls.md
+++ b/gopls.md
@@ -66,6 +66,10 @@
 
 Please see all available issues under the [gopls label](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls) on the Go issue tracker. Any issue without an assignee and with the label "Suggested" is fair game - just assign yourself or comment on the issue before you begin working!
 
+## Frequently Asked Questions (FAQ)
+
+- **Is `gopls` a typo?** The name has been questioned a lot, but yeah, basically the idea is that gopls works both as a language server and as a command line tool. So writing something like "gopls define" would read as "go please define", which we thought sounded kind of cool. Apparently most people aren't big fans of it though. Ref: https://go-review.googlesource.com/c/tools/+/158197/
+
 ## Additional Information
 
 Questions can be directed toward [@stamblerre](https://github.com/stamblerre) or [@ianthehat](https://github.com/ianthehat). For consistent updates on the development progress of gopls, see the notes from the golang-tools meetings (https://github.com/golang/go/wiki/golang-tools).
\ No newline at end of file