aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-17 21:53:06 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-17 21:53:06 -0400
commit0963aab728ab854bb6e45889cd45054b25a0cd4b (patch)
tree207219a1b618d7c1b3359a953ab6886c7cace69b /guides/source/getting_started.md
parent32a1c30f3893286ba048c3b72d5d4bcc8f520311 (diff)
downloadrails-0963aab728ab854bb6e45889cd45054b25a0cd4b.tar.gz
rails-0963aab728ab854bb6e45889cd45054b25a0cd4b.tar.bz2
rails-0963aab728ab854bb6e45889cd45054b25a0cd4b.zip
Small docs fix
Add missing word "programming", to clarify what type of language Ruby is ;) [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
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.