From d01214dbb33f9c063cfa643c4bd40a2d31bf6930 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 29 Dec 2024 18:24:01 +0700 Subject: [PATCH] Remove obsolete typo in OAuth 2.0 Client page --- docs/modules/ROOT/pages/servlet/oauth2/client/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/oauth2/client/index.adoc b/docs/modules/ROOT/pages/servlet/oauth2/client/index.adoc index e4195ea9dc7..bec08cf2eff 100644 --- a/docs/modules/ROOT/pages/servlet/oauth2/client/index.adoc +++ b/docs/modules/ROOT/pages/servlet/oauth2/client/index.adoc @@ -1,5 +1,5 @@ [[oauth2-client]] -= [[oauth2client]]OAuth 2.0 Client += OAuth 2.0 Client :page-section-summary-toc: 1 The OAuth 2.0 Client features provide support for the Client role as defined in the https://tools.ietf.org/html/rfc6749#section-1.1[OAuth 2.0 Authorization Framework].