We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1e475 commit c278622Copy full SHA for c278622
connecting/gossip.mdx
@@ -154,7 +154,7 @@ let topic_id = TopicId::from_bytes(topic_id_bytes.into());
154
155
### Waiting for peers
156
157
-Before sending messages, yoou might want to wait until you have connected to at
+Before sending messages, you might want to wait until you have connected to at
158
least one other peer. This is because the gossip protocol works by forwarding
159
messages between connected peers, so if you are not connected to anyone, your
160
messages won't go anywhere.
0 commit comments