Skip to content

Commit f646c45

Browse files
committed
fix: typos
1 parent e6cfbaa commit f646c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/getting-started/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Communicating peer to peer implies establishing multiple sessions with multiple
8383

8484
### Scouting
8585

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.
8787

8888
**Configuration**
8989
```
@@ -97,7 +97,7 @@ Zenoh applications in `client` mode run `multicast` scouting to discover Zenoh r
9797

9898
## Peers mesh
9999

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.
101101

102102
![peers mesh](/img/peers_mesh.png "peers mesh")
103103

0 commit comments

Comments
 (0)