Skip to content

Commit b0beb54

Browse files
Fix typo in DistributedArchitectureGuide (#128373) (#128616)
Fixes two typos in the `DistributedArchitectureGuide` where `node` was incorrectly called `NodeB`.
1 parent 4176113 commit b0beb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/DistributedArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ to communicate with Elasticsearch.
9090

9191
(Sketch of important classes? Might inform more sections to add for details.)
9292

93-
(A NodeB can coordinate a search across several other nodes, when NodeB itself does not have the data, and then return a result to the caller. Explain this coordinating role)
93+
(A node can coordinate a search across several other nodes, when the node itself does not have the data, and then return a result to the caller. Explain this coordinating role)
9494

9595
### Node Roles
9696

0 commit comments

Comments
 (0)