Fixed minor grammar in Tutorial.pod
Dan Dascalescu [Tue, 23 Jun 2009 10:06:10 +0000 (10:06 +0000)]
lib/Catalyst/Plugin/Session/Tutorial.pod

index 8ccb267..93b75fb 100644 (file)
@@ -15,7 +15,7 @@ that you know what HTTP is.
 When users use a site, especially one that knows who they are (sites you log in
 to, sites which let you keep a shopping cart, etc.), the server preparing the
 content has to know that request X comes from client A while request Y comes
-from client B, so that each user gets the content meant for it.
+from client B, so that each user gets the content meant for them.
 
 The problem is that HTTP is a stateless protocol. This means that every request
 is distinct, and even if it comes from the same client, it's difficult to know
@@ -106,7 +106,7 @@ providing sensible defaults). The session API itself also has configurable
 options listed in L<Catalyst::Plugin::Session/CONFIGURATION>.
 
 For the plugins above we don't need any configuration at all - they should work
-out of the box, but suppose we did want to change some things around, it'll 
+out of the box, but suppose we did want to change some things around, it'll
 look like this:
 
     MyApp->config( session => {
@@ -320,4 +320,3 @@ browser to a malicious user.
 Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
 
 =cut
-