Skip to content

Commit 31fdac0

Browse files
Update docs/internal/GeneralArchitectureGuide.md
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent 029b101 commit 31fdac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are many REST endpoints configured statically in [ActionModule][ActionModu
2222
endpoints can be contributed by [ActionPlugin]s by implementing the [getRestHandlers] method.
2323

2424
Typically, REST actions follow the class naming convention `Rest*Action`, which makes them easier to find, but not always; the
25-
[#routes()][RestHandler#routes] definition can also be helpful in finding a REST action.
25+
[#routes()][RestHandler#routes] implementation for each `Rest*Action` can also be helpful in finding a particular REST action.
2626

2727
When a [RestRequest] is received, [RestController#dispatchRequest] uses the request path to identify the destination handler and calls
2828
[#handleRequest][RestHandler#handleRequest] on it. [BaseRestHandler] is a common base class extended by most `Rest*Action` implementations.

0 commit comments

Comments
 (0)