summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whatsnew-1.1.rst')
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 2a637136f..300b58dbf 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -542,8 +542,8 @@ Deprecations and Behavior Differences
- Deprecated the
:meth:`pyramid.config.Configurator.set_renderer_globals_factory` method and
the ``renderer_globals`` Configurator constructor parameter. Users should
- use convert code using this feature to use a BeforeRender event als
- :ref:`beforerender_event`.
+ convert code using this feature to use a BeforeRender event. See the section
+ :ref:`beforerender_event` in the Hooks chapter.
- In Pyramid 1.0, the :class:`pyramid.events.subscriber` directive behaved
contrary to the documentation when passed more than one interface object to