Skip to content

Commit 6687c1c

Browse files
authored
Merge pull request #37 from dezren39/patch-1
Fix typo in 'Structuring' section header
2 parents 2c8e642 + c278622 commit 6687c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connecting/gossip.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ application. Similar to a router in webserver library, it runs a loop accepting
3535
incoming connections and routes them to the specific protocol handler, based on
3636
ALPN.
3737

38-
### Structuing your application
38+
### Structuring your application
3939

4040
Every gossip network should have a `TopicID`. This `TopicId` should be a string
4141
shared between all endpoints that want to take part in the broadcast group.
@@ -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)