diff options
author | xengineering <me@xengineering.eu> | 2024-11-26 19:10:28 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-26 19:10:28 +0100 |
commit | 2c389fef79529cf9b1d75caa33ad5fecc9157e74 (patch) | |
tree | 058c9a6e6bdf3631efa82e4238fa5d66ba1e774c | |
parent | 10321ede7c41b8ba05e8d0403a9c69c5b4d4519f (diff) | |
download | website-2c389fef79529cf9b1d75caa33ad5fecc9157e74.tar website-2c389fef79529cf9b1d75caa33ad5fecc9157e74.tar.zst website-2c389fef79529cf9b1d75caa33ad5fecc9157e74.zip |
articles: pacman: Fix typo
-rw-r--r-- | content/articles/pacman.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/pacman.md b/content/articles/pacman.md index 5a193d5..b61beb7 100644 --- a/content/articles/pacman.md +++ b/content/articles/pacman.md @@ -18,7 +18,7 @@ most cases with an open terminal and this article. #### Full system update Use the following command to update all the software on an Arch Linux system. -This includes the operating system aswell as applications: +This includes the operating system as well as applications: ``` sudo pacman -Syu |