summaryrefslogtreecommitdiff
path: root/docs/narr/resources.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/resources.rst')
-rw-r--r--docs/narr/resources.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index 4a042f140..5df23b2fe 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -11,9 +11,9 @@ example, each of the following is a resource:
- a GIF image file contained within a Python package.
-- a CSS file contined within a Python package.
+- a CSS file contained within a Python package.
-- a Javascript source file contained within a Python package.
+- a JavaScript source file contained within a Python package.
- A directory within a package that does not have an ``__init__.py``
in it (if it possessed an ``__init__.py`` it would *be* a package).
@@ -94,7 +94,7 @@ following kinds of resources defined in any Python package:
- Individual :term:`Chameleon` templates.
-- A directory containing multuple Chameleon templates.
+- A directory containing multiple Chameleon templates.
- Individual static files served up by an instance of the
``repoze.bfg.view.static`` helper class.