summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-07 08:48:35 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-07 08:48:35 -0700
commit9e5c9002e6a27096a9e52ffb30451393449553dd (patch)
tree972928cd704edf25b3ce984052ee9642c7040dda
parent4485e094d10386d87db626d047e1874fba8021cd (diff)
downloadcarton-9e5c9002e6a27096a9e52ffb30451393449553dd.tar.gz
typo
-rw-r--r--lib/Carton/Doc/FAQ.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Carton/Doc/FAQ.pod b/lib/Carton/Doc/FAQ.pod
index 177f8c6..22fd5d3 100644
--- a/lib/Carton/Doc/FAQ.pod
+++ b/lib/Carton/Doc/FAQ.pod
@@ -13,7 +13,7 @@ webapps, with dozens of CPAN module dependencies. You install these
modules on your development machine, and describe these dependencies
in your I<cpanfile>.
-Now you get a produciton environment, either on PaaS provider or some
+Now you get a production environment, either on PaaS provider or some
VPS, you install the dependencies using C<cpanm --installdeps .> and
it will pull all the latest releases from CPAN as of today and
everything just works.
@@ -47,7 +47,7 @@ L<CPAN> or L<CPANPLUS>, and have accomplished that by working around
the CPAN mirror structure.
carton I<internally> does the same thing, but its user interface is
-centerd around the installer, by implementing a wrapper for
+centered around the installer, by implementing a wrapper for
L<cpanm|App::cpanminus>, so you can use the same commands in the
development mode and deployment mode.