From 5dce5fe1bcb9be7e6cf3a6c4bc7cf84ee22ac0e4 Mon Sep 17 00:00:00 2001 From: vadim2991 Date: Fri, 21 Aug 2020 23:39:40 +0300 Subject: [PATCH] correction an invalid yaml in the documentation (#1703) --- Resources/doc/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index cf12347..518fa2f 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -117,9 +117,9 @@ You can configure global information in the bundle configuration ``documentation components: securitySchemes: Bearer: - type: http - scheme: bearer - bearerFormat: JWT + type: http + scheme: bearer + bearerFormat: JWT security: - Bearer: []