소스 검색

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