From ae90a8418f0e4328ad9ee4eed658177227a6e4d2 Mon Sep 17 00:00:00 2001 From: Victor Hooi Date: Thu, 6 Jun 2024 14:35:25 +1000 Subject: [PATCH] Fix small typos --- docs/01-prerequisites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index 1a781ad..ae5147f 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -4,7 +4,7 @@ In this lab you will review the machine requirements necessary to follow this tu ## Virtual or Physical Machines -This tutorial requires four (4) virtual or physical ARM64 machines running Debian 12 (bookworm). The follow table list the four machines and thier CPU, memory, and storage requirements. +This tutorial requires four (4) virtual or physical ARM64 machines running Debian 12 (bookworm). The follow table list the four machines and their CPU, memory, and storage requirements. | Name | Description | CPU | RAM | Storage | |---------|------------------------|-----|-------|---------| @@ -25,6 +25,6 @@ After running the `uname` command you should see the following output: #1 SMP Debian 6.1.55-1 (2023-09-29) aarch64 GNU/Linux ``` -You maybe surprised to see `aarch64` here, but that is the official name for the Arm Architecture 64-bit instruction set. You will often see `arm64` used by Apple, and the maintainers of the Linux kernel, when referring to support for `aarch64`. This tutorial will use `arm64` consistently throughout to avoid confusion. +You may be surprised to see `aarch64` here, but that is the official name for the Arm Architecture 64-bit instruction set. You will often see `arm64` used by Apple, and the maintainers of the Linux kernel, when referring to support for `aarch64`. This tutorial will use `arm64` consistently throughout to avoid confusion. Next: [setting-up-the-jumpbox](02-jumpbox.md)