X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2Fcounter-raw.psgi;h=40e6ee01651acb1f70a94fd1e8f16b615d6a9ee1;hb=HEAD;hp=273d4b757fee12d998f3486c35df7581b712609d;hpb=821873e15cb2dc7950994f80a0c2d3a95a8d6465;p=catagits%2FWeb-Session.git diff --git a/examples/counter-raw.psgi b/examples/counter-raw.psgi index 273d4b7..40e6ee0 100755 --- a/examples/counter-raw.psgi +++ b/examples/counter-raw.psgi @@ -5,9 +5,9 @@ # Plack::Middleware::Session interface ($env->{'psgix.session'}) could # be wrapped and integrated as part of the request API. See Tatsumaki # (integrated via subclassing Plack::Request) and Dancer::Session::PSGI -# how to adapt Plack::Middleware::Session to web frameworks API. +# how to adapt Plack::Middleware::Session to web frameworks' APIs. -# You're not recommended to write a new web applicaiton using this style. +# You're not recommended to write a new web application using this style. use strict; use Plack::Session;