Skip to content

Commit

Permalink
THis -> This
Browse files Browse the repository at this point in the history
  • Loading branch information
inductor committed Dec 28, 2021
1 parent 91fc298 commit 0d7d381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/developer/libcontainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libcontainer

THis crate is one of the core crates of the youki workspace, and has functions and structs that deal with the actual craetion and management of the container processes.
This crate is one of the core crates of the youki workspace, and has functions and structs that deal with the actual craetion and management of the container processes.

Remember, in the end, a container is just another process in Linux, which has control groups, namespaces, pivot_root and other mechanisms applied to it. The program executing has the impression that is is running on a complete system, but from the host system's perspective, it is just another process, and has attributes such as pid, file descriptors, etc. associated with it like any other process.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/user/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User Documentation

THis section provides documentation of youki and the sub crates that the youki repo contains for the users. So if you are using youki as a low level container runtime, or using any of the crates in youki workspace as dependencies for your own project, this section might be helpful for you.
This section provides documentation of youki and the sub crates that the youki repo contains for the users. So if you are using youki as a low level container runtime, or using any of the crates in youki workspace as dependencies for your own project, this section might be helpful for you.

This is divided into following sub-sections :

Expand Down
2 changes: 1 addition & 1 deletion docs/src/user/libcgroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Some of the things it exposes are

### systemd

THis is the module used by youki to interact with sytemd, and it exposes several functions to interact
This is the module used by youki to interact with sytemd, and it exposes several functions to interact

- function `booted` to check if the system was booted with systemd or not

Expand Down
2 changes: 1 addition & 1 deletion docs/src/user/libcontainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libcontainer

THis crate provides functionality for creating and managing containers. Youki itself uses this crate to manage and control the containers.
This crate provides functionality for creating and managing containers. Youki itself uses this crate to manage and control the containers.

This exposes several modules, each dealing with a specific aspect of working with containers.

Expand Down

0 comments on commit 0d7d381

Please # to comment.