docs: fix typo

This commit is contained in:
Dylan Araps 2019-09-26 20:55:16 +03:00
parent 32c70cd088
commit 7489187924

2
pfetch
View File

@ -302,7 +302,7 @@ get_uptime() {
get_pkgs() { get_pkgs() {
# This works by first checking for which package managers are # This works by first checking for which package managers are
# isntalled and finally by printing each package manager's # installed and finally by printing each package manager's
# package list with each package one per line. # package list with each package one per line.
# #
# The output from this is then piped to 'wc -l' to count each # The output from this is then piped to 'wc -l' to count each