aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-05-31 18:39:38 -0700
committerZachary Scott <e@zzak.io>2015-05-31 18:39:38 -0700
commitbeadad4f30f66d7f2229fd3abc880dc537610cc3 (patch)
tree0f4b3d62926f161056fd58210f265bdfb2c4ad2b
parentf6b01c1d064486eb54fe2f63b8c8163ac26a29ec (diff)
parent78ad5fa0a401d38c4bab9adc6063526bc2703f4e (diff)
downloadrails-beadad4f30f66d7f2229fd3abc880dc537610cc3.tar.gz
rails-beadad4f30f66d7f2229fd3abc880dc537610cc3.tar.bz2
rails-beadad4f30f66d7f2229fd3abc880dc537610cc3.zip
Merge pull request #20392 from equiamos/equiamos-fix-typos-docs
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