diff --git a/cookbook/security/api_key_authentication.rst b/cookbook/security/api_key_authentication.rst index 94358a297de..72219c1ec7a 100644 --- a/cookbook/security/api_key_authentication.rst +++ b/cookbook/security/api_key_authentication.rst @@ -402,8 +402,8 @@ using the ``simple_preauth`` key: ), ), 'providers' => array( - 'api_key_user_provider' => array( - 'id' => 'api_key_user_provider', + 'api_key_user_provider' => array( + 'id' => 'api_key_user_provider', ), ), )); @@ -488,8 +488,8 @@ configuration or set it to ``false``: ), ), 'providers' => array( - 'api_key_user_provider' => array( - 'id' => 'api_key_user_provider', + 'api_key_user_provider' => array( + 'id' => 'api_key_user_provider', ), ), ));