From 0963aab728ab854bb6e45889cd45054b25a0cd4b Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 17 Apr 2017 21:53:06 -0400 Subject: Small docs fix Add missing word "programming", to clarify what type of language Ruby is ;) [ci skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 068114898d..18331bb73b 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -46,7 +46,7 @@ development with Rails. What is Rails? -------------- -Rails is a web application development framework written in the Ruby language. +Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. -- cgit v1.2.3