Skip to content

Commit

Permalink
Update index.md (#297)
Browse files Browse the repository at this point in the history
In the section "Tip Queries," the phrase "a node that know about a stream" should be corrected to "a node that knows about a stream.
  • Loading branch information
ArcticDEX authored Jan 4, 2024
1 parent bbbbbe3 commit eae0f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When a stream is updated, the latest event (tip) is gossiped and propagated out

### [Tip Queries](tip-queries.md)

Nodes in a network with a specific StreamId can query for the most recent event (tip) of that given stream. Queries enable a node that know about a stream to find the latest event (tip).
Nodes in a network with a specific StreamId can query for the most recent event (tip) of that given stream. Queries enable a node that knows about a stream to find the latest event (tip).

### [Event Fetching](event-fetching.md)

Expand Down

0 comments on commit eae0f12

Please sign in to comment.