summaryrefslogtreecommitdiff
path: root/docs/source/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/deployment.rst')
-rw-r--r--docs/source/deployment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst
index 96b1b3a..fceb32d 100644
--- a/docs/source/deployment.rst
+++ b/docs/source/deployment.rst
@@ -18,7 +18,7 @@ probably vary.
Installing Pecan
----------------
-A few popular options are avaliable for installing Pecan in production
+A few popular options are available for installing Pecan in production
environments:
* Using `setuptools/distribute
@@ -249,7 +249,7 @@ application should be served. This is how the script (named ``run.py``) looks::
}
return cherrypy.tree.mount(Root(), '/', config=configuration)
- # Assuming your app has media on diferent paths, like 'css', and 'images'
+ # Assuming your app has media on different paths, like 'css', and 'images'
application = wsgiserver.WSGIPathInfoDispatcher({
'/': simpleapp_wsgi_app,
'/css': make_static_config('css'),