updated docs
diff --git a/ref/http-objects.html b/ref/http-objects.html
index f09715a..4def852 100644
--- a/ref/http-objects.html
+++ b/ref/http-objects.html
@@ -124,7 +124,7 @@
 URI to which it is being redirected. If <code>False</code> then no redirects are followed.
 Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
 Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
-must by True.
+must be True.
 </dl>
 
 <p>
@@ -133,6 +133,9 @@
 If <code>False</code>, which is the default, only safe redirects are followed, where
 safe means that the client is only doing a <code>GET</code> or <code>HEAD</code> on the
 URI to which it is being redirected. If <code>True</code> then all redirects are followed.
+Note that a False 'follow_redirects' takes precedence over a True 'follow_all_redirects'.
+Another way of saying that is for 'follow_all_redirects' to have any affect, 'follow_redirects'
+must be True.
 </dl>
 
 <p>