You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/getting-started/deployment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Communicating peer to peer implies establishing multiple sessions with multiple
83
83
84
84
### Scouting
85
85
86
-
Zenoh applications in `client` mode run `multicast` scouting to discover Zenoh routers and connect them. In addition, the endpoints of one or several routers can be configured in the `connect` section.
86
+
Zenoh applications in `client` mode run `multicast` scouting to discover Zenoh routers and connect to them. In addition, the endpoints of one or several routers can be configured in the `connect` section.
87
87
88
88
**Configuration**
89
89
```
@@ -97,7 +97,7 @@ Zenoh applications in `client` mode run `multicast` scouting to discover Zenoh r
97
97
98
98
## Peers mesh
99
99
100
-
In a mesh network, applications cannot directly connect to each other. Peer to peer and brokered communications may be impossible or undesirable. Zenoh applications in `peer` mode can run a linkstate protocol that allow them to comminucate in a mesh network.
100
+
In a mesh network, applications cannot directly connect to each other. Peer to peer and brokered communications may be impossible or undesirable. Zenoh applications in `peer` mode can run a linkstate protocol that allow them to communicate in a mesh network.
0 commit comments