From 58e6dae548cf11d97f6956a0042bd02841d20708 Mon Sep 17 00:00:00 2001 From: Dima Boger Date: Tue, 29 Jan 2019 00:14:33 +0300 Subject: [PATCH] Fix typo with quotes in security doc (#300) --- docs/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.rst b/docs/security.rst index 8010b92..48737cc 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -81,7 +81,7 @@ A very simple working configuration was provided by :ghuser:`Vigrond`, originall 'type': 'oauth2', 'authorizationUrl': '/yourapp/o/authorize', 'tokenUrl': '/yourapp/o/token/', - 'flow": "accessCode', + 'flow': 'accessCode', 'scopes': { 'read:groups': 'read groups', }