Skip to content

Commit 52ddb10

Browse files
Update docs/internal/GeneralArchitectureGuide.md
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent 158e09d commit 52ddb10

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
@@ -103,7 +103,7 @@ are coordinated.
103103
> the `Transport*Action` class that handles it.
104104
105105
### Action registration
106-
Elasticsearch contains many built-in [TransportAction]s, configured statically in [ActionModule#setupActions]. [ActionPlugin]s can
106+
Elasticsearch contains many [TransportAction]s, configured statically in [ActionModule#setupActions]. [ActionPlugin]s can
107107
contribute additional actions via the [getActions][ActionPlugin#getActions] method. [TransportAction]s define the request and response
108108
types used to invoke the action and the logic for performing the action.
109109

0 commit comments

Comments
 (0)