Skip to content

Commit 84aaa75

Browse files
authored
Fix minor typos
1 parent 21f1d30 commit 84aaa75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/what_is_container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Basically a software container is used to encapsulate a software component and t
55

66
- Containers encapsulate discrete components of application logic provisioned only with the minimal resources needed to do their job.
77

8-
- Containers are easily packaged, lightweight, and designed to run anywhere
8+
- Containers are easily packaged, lightweight, and designed to run anywhere.
99

1010
Let's install a container quickly:
1111

@@ -15,7 +15,7 @@ Let's install a container quickly:
1515
1616
.. note:: This simple command installs dia-umpire and all its dependencies
1717

18-
Containers are build from existing operating systems. They are different from virtual machines because they don't posses an entire guest OS inside, instead, containers are build using optimized system libraries and use the host OS memory management and process controls. Containers normally are centralized around a specific software and you can make them executable by instantiating images from them.
18+
Containers are built from existing operating systems. They are different from virtual machines because they don't posses an entire guest OS inside; instead, containers are built using optimized system libraries and use the host OS memory management and process controls. Containers normally are centralized around a specific software and you can make them executable by instantiating images from them.
1919

2020
.. image:: images/container.png
2121
:alt: What is Container
@@ -37,7 +37,7 @@ In the next video you can check out what you can achieve by using docker contain
3737
Container technologies
3838
----------------------
3939

40-
BioContainers has been build around three main technologies: **Conda**, **Docker** and **Singulatiry**. The BioContainers Community release for every bioinformatics software containers in these thre technologies or flavours.
40+
BioContainers has been built around three main technologies: **Conda**, **Docker** and **Singulatiry**. The BioContainers Community release for every bioinformatics software containers in these three technologies or flavours.
4141

4242
.. note:: We do not provide detailed documentation about these three technologies because that can be found on their corresponding web sites, although we may explain some concepts important for understanding BioContainers as needed.
4343

0 commit comments

Comments
 (0)