Skip to content

Commit 029b101

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

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
@@ -18,7 +18,7 @@ More information on CCR/CCS can be found in the [Distributed architecture guide]
1818
All REST handlers exposed by Elasticsearch are registered in [ActionModule#initRestHandlers]. This method registers all the
1919
REST actions with the [RestController] using [#registerHandler(...)][RestController#registerHandler]. These registrations populate
2020
a map of [routes][RestHandler#routes] to [RestHandler]s to allow routing of incoming HTTP requests to their respective handlers.
21-
There are many built-in REST endpoints configured statically in [ActionModule][ActionModule#initRestHandlers], and additional
21+
There are many REST endpoints configured statically in [ActionModule][ActionModule#initRestHandlers], and additional
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

0 commit comments

Comments
 (0)