瀏覽代碼

minor capitalization change

Waldir Pimenta 9 年之前
父節點
當前提交
95fc5a0ef9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/linux/yum.md

+ 1 - 1
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}}`