From 719a939c6712e38cc44ee1774d51894e530eddc9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 19:57:09 +0000 Subject: Spellcheck. --- docs/zcml.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/zcml.rst') diff --git a/docs/zcml.rst b/docs/zcml.rst index 889008e85..a24715090 100644 --- a/docs/zcml.rst +++ b/docs/zcml.rst @@ -45,7 +45,7 @@ A Word On XML Namespaces Usually, the start tag of the ```` container tag has a default *XML namespace* associated with it. This is usually -``http://namepaces.repoze.org/bfg``, named by the ``xmlns`` attribute +``http://namespaces.repoze.org/bfg``, named by the ``xmlns`` attribute of the ``configure`` start tag. Using the ``http://namespaces.repoze.org/bfg`` namespace as the @@ -1015,7 +1015,7 @@ See also :ref:`resource_zcml_directive`. Use of the ``static`` ZCML directive or allows you to serve static resources (such as JavaScript and CSS files) within a -:mod:`repoze.bfg` application. Theis mechanism makes static files +:mod:`repoze.bfg` application. This mechanism makes static files available at a name relative to the application root URL. Attributes -- cgit v1.2.3