20797: Copyedit "CentOS" for consistent capitalization
[arvados.git] / doc / _includes / _install_ruby_and_bundler.liquid
index 549e1446348047d7499ad61b815fad7009bae5af..ecef04ba5ec7111c126679f8a0977a150dd378e3 100644 (file)
@@ -16,9 +16,9 @@ h2(#packages). Option 1: Install from packages
 Future versions of Arvados may require a newer version of Ruby than is packaged with your OS.  Using OS packages simplifies initial install, but may complicate upgrades that rely on a newer Ruby.  If this is a concern, we recommend using "RVM":#rvm.
 {% include 'notebox_end' %}
 
-h3. Centos 7
+h3. CentOS 7
 
-The Ruby version shipped with Centos 7 is too old.  Use "RVM":#rvm to install a newer version of Ruby (we recommend installing version 2.7 or newer).
+The Ruby version shipped with CentOS 7 is too old.  Use "RVM":#rvm to install a newer version of Ruby (we recommend installing version 2.7 or newer).
 
 h3. Debian and Ubuntu
 
@@ -34,7 +34,7 @@ h2(#rvm). Option 2: Install with RVM
 
 h3. Install gpg and curl
 
-h4. Centos 7
+h4. CentOS 7
 
 <pre>
 yum install gpg curl which