Skip to content

Commit c278622

Browse files
authored
Update gossip.mdx
1 parent 5c1e475 commit c278622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connecting/gossip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ let topic_id = TopicId::from_bytes(topic_id_bytes.into());
154154

155155
### Waiting for peers
156156

157-
Before sending messages, yoou might want to wait until you have connected to at
157+
Before sending messages, you might want to wait until you have connected to at
158158
least one other peer. This is because the gossip protocol works by forwarding
159159
messages between connected peers, so if you are not connected to anyone, your
160160
messages won't go anywhere.

0 commit comments

Comments
 (0)