From b2059d7ca7367106d890a76f813ec70b0d858591 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 26 May 2022 19:51:04 -0500 Subject: [PATCH] docs: fix typos --- BUILDING.md | 2 +- QUICKSTART-VMWARE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index f2e6484e79b..dd08712edab 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -96,7 +96,7 @@ cargo make -e BUILDSYS_ARCH=my-arch-here Most packages will include license files extracted from upstream source archives. However, in some rare cases there are multiple licenses that could apply to a package. -Bottlerocket's build system uses the `Licenses.toml` file in conjuction with the `licenses` directory to configure the licenses used for such special packages. +Bottlerocket's build system uses the `Licenses.toml` file in conjunction with the `licenses` directory to configure the licenses used for such special packages. Here is an example of a simple `Licenses.toml` configuration file: ```toml diff --git a/QUICKSTART-VMWARE.md b/QUICKSTART-VMWARE.md index c697a62b100..b7b90bfec96 100644 --- a/QUICKSTART-VMWARE.md +++ b/QUICKSTART-VMWARE.md @@ -5,7 +5,7 @@ This quickstart will walk through joining a Bottlerocket VM guest to an existing ## Prerequisites You must be able to access vSphere, via webUI or some type of client. -We will use the CLI tool [`govc`](https://github.com/vmware/govmomi/tree/master/govc) to communicate with vSphere in this quide. +We will use the CLI tool [`govc`](https://github.com/vmware/govmomi/tree/master/govc) to communicate with vSphere in this guide. `govc` can use [environment variables or take arguments](https://github.com/vmware/govmomi/tree/master/govc#usage) to specify needed parameters. For the purposes of this guide we will assume that the following environment variables are set to the proper values in your environment: ```