From b6f49a61b1ac3364b33075badd8e80149debc7a3 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 17 Jun 2017 02:27:52 +0200 Subject: [PATCH] Fix typo --- NEWS.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index 5e92fef..d9fffc5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -40,10 +40,10 @@ This release is compatible with version 2.0.0. * Authentication plugins can provide login and password from environment - * new ``remote_user plugin``, that gets login from ``REMOTE_USER`` + * new ``remote_user`` plugin, that gets login from the ``REMOTE_USER`` environment variable - * new ``http_x_remote_user`` plugin, that gets login from ``X-Remote-User`` - HTTP header + * new ``http_x_remote_user`` plugin, that gets login from the + ``X-Remote-User`` HTTP header 2.0.0 - Little Big Radish