Skip to content

Commit 190498e

Browse files
authored
Update swift.md
1 parent 5f1d596 commit 190498e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/install-guides/swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you see a different result, you are not using an Arm computer running 64-bit
4242

4343
### What software packages are needed?
4444

45-
Before you install Swift on Ubuntu 24.04, install the following pacakges:
45+
Before you install Swift on Ubuntu 24.04, install the following packages:
4646

4747
```bash
4848
sudo apt update
@@ -81,7 +81,7 @@ wget https://download.swift.org/swift-6.0.1-release/ubuntu2404-aarch64/swift-6.0
8181
Extract the archive:
8282

8383
```bash
84-
sudo tar -xf swift-6.0.1-RELEASE-ubuntu24.04-aarch64.tar.gz -C /usr/local
84+
sudo tar -xf swift-6.0.1-RELEASE-ubuntu24.04-aarch64.tar.gz -C /usr/local
8585
```
8686

8787
Add the `bin/` directory to your search path:

0 commit comments

Comments
 (0)