Skip to content

Commit

Permalink
docs: Fix a few typos
Browse files Browse the repository at this point in the history
There are small typos in:
- docs/narr.rst
- docs/zcml/static.rst

Fixes:
- Should read `rendered` rather than `renderered`.
- Should read `configuration` rather than `configuraton`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Sep 18, 2022
1 parent 2e07c37 commit 6f78922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/narr.rst
Expand Up @@ -566,7 +566,7 @@ A combination of imperative configuration, declarative configuration via ZCML
and scanning can be used to configure any application. They are not mutually
exclusive.

Declarative configuraton was the more traditional form of configuration used
Declarative configuration was the more traditional form of configuration used
in Pyramid applications; the first releases of Pyramid and all releases of
Pyramid's predecessor named repoze.bfg included ZCML in the core. However,
by virtue of this package, it has been externalized from the Pyramid core
Expand Down
2 changes: 1 addition & 1 deletion docs/zcml/static.rst
Expand Up @@ -35,7 +35,7 @@ Attributes
``__no_permission_required__``. The ``__no_permission_required__``
string is a special sentinel which indicates that, even if a
:term:`default permission` exists for the current application, the
static view should be renderered to completely anonymous users.
static view should be rendered to completely anonymous users.
This default value is permissive because, in most web apps, static
resources seldom need protection from viewing. You should use this
option only if you register a static view which points at a
Expand Down

0 comments on commit 6f78922

Please sign in to comment.