minor doc updates
Karen Etheridge [Fri, 12 Apr 2013 18:56:46 +0000 (11:56 -0700)]
lib/Web/Dispatch/HTTPMethods.pm
lib/Web/Simple.pm

index d22e3a3..1f40c82 100644 (file)
@@ -111,7 +111,7 @@ Web::Dispatch::HTTPMethods - Helpers to make RESTFul Dispatchers Easier
 
 =head1 DESCRIPTION
 
-Exports the most commonly used HTTP methods as subroutine helps into your
+Exports the most commonly used HTTP methods as subroutine helpers into your
 L<Web::Simple> based application.  Additionally adds an automatic HTTP code 405
 C<Method Not Allow> if none of the HTTP methods match for a given dispatch and
 also adds a dispatch rule for C<HEAD> if no C<HEAD> exists but a C<GET> does
index a334187..715cd3e 100644 (file)
@@ -264,7 +264,7 @@ This user object 'bubbles up' through all the wrapping middleware until it hits
 the C<response_filter> we defined, after which the return is converted to a
 true html response.
 
-However, two types of object are treated specially - a C<Plack::Component> object
+However, two types of objects are treated specially - a C<Plack::Component> object
 will have its C<to_app> method called and be used as a dispatcher:
 
   sub dispatch_request {