diff options
Diffstat (limited to 'content/articles/pacman.md')
-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 |