Skip to content

Commit 03f2af7

Browse files
committed
first mention is linked
1 parent 6529bff commit 03f2af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ were left unconsumed.
4444

4545
### Request interceptor
4646

47-
The [RestController] accepts a `RestInterceptor` that can intercept [RestRequest]s and add additional pre-handling. A single
48-
[RestServerActionPlugin] can provide a [RestInterceptor] implementation, through which all requests are passed. The
47+
The [RestController] accepts a [RestInterceptor] that can intercept [RestRequest]s and add additional pre-handling. A single
48+
[RestServerActionPlugin] can provide a `RestInterceptor` implementation, through which all requests are passed. The
4949
[Security][Security#getRestHandlerInterceptor] plugin uses this capability to register an interceptor to authorize access to endpoints
5050
that require [operator privileges], populate the [audit logs] and perform some additional authentication when required.
5151

0 commit comments

Comments
 (0)