summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-28 05:08:23 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-28 05:08:23 +0000
commit430fbfa2d40f4c8e9b2b2c5d38e23b6c9624c80d (patch)
tree9dc5ed4917febe465e2c6793236ca2608f9ed6a2 /docs
parent3b4ea2c8c9f431d7f54a1a597eb3a3dc581f46eb (diff)
downloadpyramid-430fbfa2d40f4c8e9b2b2c5d38e23b6c9624c80d.tar.gz
pyramid-430fbfa2d40f4c8e9b2b2c5d38e23b6c9624c80d.tar.bz2
pyramid-430fbfa2d40f4c8e9b2b2c5d38e23b6c9624c80d.zip
Typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index eb0135833..271dac897 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -6,7 +6,7 @@ Creating a :mod:`repoze.bfg` Project
While it's possible to create a :mod:`repoze.bfg` application
completely manually, it's usfeul to be able to create a "skeleton"
:mod:`repoze.bfg` application using an application skeleton generator.
-"Skelton" projects can be created using the ``paster create`` command
+"Skeleton" projects can be created using the ``paster create`` command
in conjunction with :term:`Paste` templates. Various project
templates that come with :mod:`repoze.bfg` make different
configuration assumptions about what type of application you're trying