From 36a64de3e0d5b0aa26d9c1db77e55291bc34cabf Mon Sep 17 00:00:00 2001 From: Steven M Peterson Date: Wed, 24 Oct 2018 01:45:34 -0400 Subject: [PATCH] Small grammatical error (#21001) Capitalized the "R" in ruby on line 44 --- guide/english/ruby/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/ruby/index.md b/guide/english/ruby/index.md index cd0394fdbe..88c2f282fe 100644 --- a/guide/english/ruby/index.md +++ b/guide/english/ruby/index.md @@ -41,7 +41,7 @@ The current stable version is [2.5.1](https://www.ruby-lang.org/en/news/2018/03/ ## Installation -Mac OS X and many Linux distributions come pre-installed with Ruby. To check if ruby is pre-installed in your system, just run `ruby -v` on your shell. There are several ways to install Ruby: +Mac OS X and many Linux distributions come pre-installed with Ruby. To check if Ruby is pre-installed in your system, just run `ruby -v` on your shell. There are several ways to install Ruby: * When you are on a UNIX-like operating system, using your system’s package manager is the easiest way of getting started. However, the packaged Ruby version usually is not the newest one. * Installers can be used to install a specific or multiple Ruby versions. There is also an installer for Windows.