Skip to content

Commit c987f0d

Browse files
fix: fix documentation typos
1 parent e0e1d07 commit c987f0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cmds/contd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contd
22

3-
Container module is reponsible for handling starting, stoppping and inspecting of containers.
3+
Container module is responsible for handling starting, stopping and inspecting of containers.
44

55
Contd provides the entrypoint of the contd module, exposing it as a service over the message bus (zbus) so that other modules can handle the containers.
66

77
## How it works
88

99
- Ensure that `shim-logs` binary is available, backoff until it's found.
10-
- Creates module root dirctory.
10+
- Creates module root directory.
1111
- Connects to `Redis` message broker over `zbus`.
1212
- Register itself as a `containerd` module.
1313
- Starts watching for events coming from `containerd`.

docs/cmds/networkd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The networkd daemon receives tasks from the provisioning daemon, so that it can
1717
- wired and has a signal
1818
- can get public slaac IPv6
1919
if no nic is found zos is selected.
20-
- Creates `ndmz` namespace which represents the router between private user networs to public internet
20+
- Creates `ndmz` namespace which represents the router between private user networks and public internet
2121
- Sets up and starts `yggdrasil`
2222
- Sets up and starts `mycelium`
2323
- Creates a `networker` module that can be used over `zbus` and registers itself as the `network` module

0 commit comments

Comments
 (0)