summaryrefslogtreecommitdiff
path: root/Documentation/BuildInstructionsMacOS.md
diff options
context:
space:
mode:
authormjz19910 <matthias291999@gmail.com>2022-01-07 05:04:05 -0700
committerLinus Groh <mail@linusgroh.de>2022-01-07 15:44:42 +0100
commit10ec98dd3852369834b6367da5615ec2a21846a3 (patch)
treeabbff764b730536f3595cae937f7b8ca86b44e2e /Documentation/BuildInstructionsMacOS.md
parent168063819d009b34d43286c0367129592809a79d (diff)
downloadserenity-10ec98dd3852369834b6367da5615ec2a21846a3.zip
Everywhere: Fix spelling mistakes
Diffstat (limited to 'Documentation/BuildInstructionsMacOS.md')
-rw-r--r--Documentation/BuildInstructionsMacOS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md
index 9356cadb5a..5b439b28e4 100644
--- a/Documentation/BuildInstructionsMacOS.md
+++ b/Documentation/BuildInstructionsMacOS.md
@@ -2,7 +2,7 @@
# Prerequisites
-This installation guide assumes that you have [Homebrew](https://brew.sh) and Xcode installed. You need to open Xcode atleast once for it to install the required tools.
+This installation guide assumes that you have [Homebrew](https://brew.sh) and Xcode installed. You need to open Xcode at least once for it to install the required tools.
Before you build, you must set your command line tools to Xcode's tools instead of the ones installed via Homebrew:
```console