Skip to content

Commit e082d7f

Browse files
Minor English changes
1 parent 18d1b4b commit e082d7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

user/reference/overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Travis CI supports two virtualization types for Linux builds: ‘full VM’ and
2323

2424
This is sudo enabled, full virtual machine per build, that runs Linux
2525

26-
* Spins up slower (increased build time compared to LXD container) yet without any [limitations](/user/reference/overview/#linux-security-and-lxd-container).
26+
* Slow spin-up (increased build time compared to LXD container) yet without any [limitations](/user/reference/overview/#linux-security-and-lxd-container).
2727
* It has a fixed amount of vCPUs and RAM assigned.
2828

2929
#### LXD container
@@ -42,7 +42,7 @@ Use full VM only if LXD is not available or you need
4242
* specific system call interception
4343
* hugepages support (subject to changes on short notice)
4444

45-
Below table sums up available Ubuntu environments and virtualization type per CPU architecture:
45+
The table below sums up the available Ubuntu environments and virtualization type per CPU architecture:
4646

4747
| Ubuntu version | Linux Virtualization Type |
4848
| :------------------- | :--------------------- |
@@ -53,8 +53,7 @@ Below table sums up available Ubuntu environments and virtualization type per CP
5353
| [Ubuntu Precise 12.04](/user/reference/precise/) | `arch: amd64`: full VM only, default option |
5454

5555

56-
LXD compliant OS images for arm64 are run on [AWS](https://aws.amazon.com/) and in [Packet](https://www.packet.com/). LXD compliant OS images for IBM Power and Z are run in [IBM Cloud](https://www.ibm.com/cloud). Have a look at [Building on Multiple CPU Architectures](/user/multi-cpu-architectures) for more information.
57-
56+
LXD compliant OS images for arm64 are run on [AWS](https://aws.amazon.com/) and in [Packet](https://www.packet.com/). LXD compliant OS images for IBM Power and Z are run in [IBM Cloud](https://www.ibm.com/cloud). For more information see [Building on Multiple CPU Architectures](/user/multi-cpu-architectures).
5857

5958
You can select Linux virtualization type by setting a `virt` tag to either `vm` or `lxd`. See relevant `.travis.yml` examples [below](/user/reference/overview/#for-a-particular-travisyml-configuration).
6059

0 commit comments

Comments
 (0)