aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Owens <mowensequestrian@gmail.com>2015-05-31 18:00:23 -0400
committerMorgan Owens <mowensequestrian@gmail.com>2015-05-31 21:07:11 -0400
commit78ad5fa0a401d38c4bab9adc6063526bc2703f4e (patch)
treee1fcea09081d1a1feca8263095c62fe9a5cefe9e
parent1a4f470d59795f51c29f9eddccccbc4b371d808c (diff)
downloadrails-78ad5fa0a401d38c4bab9adc6063526bc2703f4e.tar.gz
rails-78ad5fa0a401d38c4bab9adc6063526bc2703f4e.tar.bz2
rails-78ad5fa0a401d38c4bab9adc6063526bc2703f4e.zip
Fixed typos. [ci skip]
-rw-r--r--guides/source/documents.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index 7ae3640937..9145aee009 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -11,7 +11,7 @@
-
name: Active Record Basics
url: active_record_basics.html
- description: This guide will get you started with models, persistence to database and the Active Record pattern and library.
+ description: This guide will get you started with models, persistence to database, and the Active Record pattern and library.
-
name: Active Record Migrations
url: active_record_migrations.html
@@ -19,7 +19,7 @@
-
name: Active Record Validations
url: active_record_validations.html
- description: This guide covers how you can use Active Record validations
+ description: This guide covers how you can use Active Record validations.
-
name: Active Record Callbacks
url: active_record_callbacks.html
@@ -74,7 +74,7 @@
-
name: Rails Internationalization API
url: i18n.html
- description: This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country and so on.
+ description: This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country, and so on.
-
name: Action Mailer Basics
url: action_mailer_basics.html
@@ -82,7 +82,7 @@
-
name: Active Job Basics
url: active_job_basics.html
- description: This guide provides you with all you need to get started in creating, enqueueing and executing background jobs.
+ description: This guide provides you with all you need to get started creating, enqueuing, and executing background jobs.
-
name: Testing Rails Applications
work_in_progress: true
@@ -116,7 +116,7 @@
name: The Rails Initialization Process
work_in_progress: true
url: initialization.html
- description: This guide explains the internals of the Rails initialization process as of Rails 4
+ description: This guide explains the internals of the Rails initialization process as of Rails 4.
-
name: Autoloading and Reloading Constants
url: autoloading_and_reloading_constants.html