From 95fc5a0ef9135ca1edcaf6ea215156e83997381b Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 30 Dec 2015 13:04:40 +0000 Subject: [PATCH] minor capitalization change --- pages/linux/yum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/yum.md b/pages/linux/yum.md index 8d46557c36..9f7416157b 100644 --- a/pages/linux/yum.md +++ b/pages/linux/yum.md @@ -10,7 +10,7 @@ `yum install {{package}}` -- Install a new package and assume yes to all questions (Also works with update, great for automated updates) +- Install a new package and assume yes to all questions (also works with update, great for automated updates) `yum -y install {{package}}`