summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/whatsnew-1.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst
index 91cae780e..adc60b34b 100644
--- a/docs/whatsnew-1.8.rst
+++ b/docs/whatsnew-1.8.rst
@@ -110,7 +110,7 @@ Minor Feature Additions
See https://github.com/Pylons/pyramid/pull/2864
- Added an ``override`` option to
- :meth:`pyraid.config.Configurator.add_translation_dirs` to allow
+ :meth:`pyramid.config.Configurator.add_translation_dirs` to allow
later calls to place translation directories at a higher priority then
earlier calls. See https://github.com/Pylons/pyramid/pull/2902