diff --git a/README.rst b/README.rst
index 675f22f6a65a61552df61a79c6ae19f3dbd2682b..e26d0d0e9ff50267e604650fabccaf83bf8c1ad1 100644
--- a/README.rst
+++ b/README.rst
@@ -123,8 +123,8 @@ Gotchas
 * Subrequest response bodies cannot be returned to the client as Nginx does not currently
   support NGX_HTTP_SUBREQUEST_IN_MEMORY (whereby it would be buffered in memory and could
   be returned to the client) for FastCGI.  As a result, the response body from the
-  Shibboleth authorizer are simply ignored.  Typically, this is worked around by having 
-  Nginx serve an error page instead; for instance::
+  Shibboleth authorizer is simply ignored.  Typically, this is worked around by having 
+  Nginx serve an suitable page instead; for instance::
   
       location /secure {
          shib_request /shibauthorizer;