Comments and missing words.
diff --git a/doc.go b/doc.go
index 6b07c5c..fb81a9d 100644
--- a/doc.go
+++ b/doc.go
@@ -45,7 +45,7 @@
 All requests that enumerate a collection return a Pager struct that is used to
 iterate through the results one page at a time. Use the EachPage method on that
 Pager to handle each successive Page in a closure, then use the appropriate
-extraction method from that requests' package to interpret that Page as a slice
+extraction method from that request's package to interpret that Page as a slice
 of results:
 
   err := servers.List(client, nil).EachPage(func (page pagination.Page) (bool, error) {