Grammar and spelling fixes :books:
diff --git a/rackspace/lb/v1/lbs/doc.go b/rackspace/lb/v1/lbs/doc.go
index 6047d3f..05f0032 100644
--- a/rackspace/lb/v1/lbs/doc.go
+++ b/rackspace/lb/v1/lbs/doc.go
@@ -11,7 +11,7 @@
 IPs between load balancers. If you have at least one load balancer, you may
 create subsequent ones that share a single virtual IPv4 and/or a single IPv6 by
 passing in a virtual IP ID to the Update operation (instead of a type). This
-feature is also highly desirable if you wish to load balance both an unsecured
+feature is also highly desirable if you wish to load balance both an insecure
 and secure protocol using one IP or DNS name. In order to share a virtual IP,
 each Load Balancer must utilize a unique port.
 
@@ -22,23 +22,23 @@
 being generated and applied based on the request. Once the configuration is
 applied and finalized, it is in an ACTIVE status. In the event of a
 configuration change or update, the status of the load balancer changes to
-PENDING_UPDATE to signify configuration changes are in progress but are not yet
+PENDING_UPDATE to signify configuration changes are in progress but have not yet
 been finalized. Load balancers in a SUSPENDED status are configured to reject
-traffic and does not forward requests to back-end nodes.
+traffic and do not forward requests to back-end nodes.
 
-A HTTP load balancer has the X-Forwarded-For (XFF) HTTP header set by default.
+An HTTP load balancer has the X-Forwarded-For (XFF) HTTP header set by default.
 This header contains the originating IP address of a client connecting to a web
 server through an HTTP proxy or load balancer, which many web applications are
 already designed to use when determining the source address for a request.
 
 It also includes the X-Forwarded-Proto (XFP) HTTP header, which has been added
 for identifying the originating protocol of an HTTP request as "http" or
-"https" depending on what protocol the client requested. This is useful when
+"https" depending on which protocol the client requested. This is useful when
 using SSL termination.
 
 Finally, it also includes the X-Forwarded-Port HTTP header, which has been
 added for being able to generate secure URLs containing the specified port.
-This header, along with the X-Forwarded-For header, provide the needed
+This header, along with the X-Forwarded-For header, provides the needed
 information to the underlying application servers.
 */
 package lbs