Skip to content

Commit

Permalink
Merge pull request #33 from timgates42/bugfix_typos
Browse files Browse the repository at this point in the history
docs: Fix a few typos
  • Loading branch information
fschulze committed Sep 18, 2022
2 parents 2e07c37 + 6f78922 commit bf2a7fb
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 bf2a7fb

Please sign in to comment.