diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index b23529f8f..5e911fd7a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -179,7 +179,7 @@ To make :mod:`repoze.bfg` process your ``bfg_view`` declarations, you *must* insert the following boilerplate into your application's ``configure.zcml``:: - <grok package="."/> + <scan package="."/> After you do so, you will not need to use any other ZCML to configure :mod:`repoze.bfg` view declarations. Instead, you will use a |
