Skip to content

Commit 1c1907f

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

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
@@ -46,7 +46,7 @@ to communicate with Elasticsearch.
4646

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

49-
(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)
49+
(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)
5050

5151
### Node Roles
5252

0 commit comments

Comments
 (0)