Skip to content

Commit 252ef78

Browse files
author
Jay Bryant
committed
Add missing delimiters
I missed three block delimiters while restoring admonition formatting.
1 parent 7171521 commit 252ef78

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,9 @@ fun jwtDecoder(): ReactiveJwtDecoder {
844844
====
845845

846846
[NOTE]
847+
====
847848
By default, Resource Server configures a clock skew of 60 seconds.
849+
====
848850

849851
[[webflux-oauth2resourceserver-validation-custom]]
850852
==== Configuring a Custom Validator

docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-resourceserver.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ fun jwtDecoder(): JwtDecoder {
11011101
====
11021102

11031103
[NOTE]
1104+
====
11041105
By default, Resource Server configures a clock skew of 60 seconds.
11051106
====
11061107

0 commit comments

Comments
 (0)