diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2016-06-25 16:10:04 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2016-06-25 16:10:04 +0200 |
commit | eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97 (patch) | |
tree | ac4ac995b3aa7d01ba9e21cac145802024c4bb9a /guides/source | |
parent | 6da5f6b451e27d59c2492e504350d0fc70c37e3a (diff) | |
download | rails-eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97.tar.gz rails-eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97.tar.bz2 rails-eb1c0e2283d7ec87ef7af1ef327f9b9e7fe27b97.zip |
Tiny documentation fixes [ci skip]
Fix a tiny typo and vertical-align some return results in the
ActiveModel::Errors documentation.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 8bd2074e82..5639438b93 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -49,7 +49,7 @@ client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice. -See the [Active Cable Overview](action_cable_overview.html) guide for more +See the [Action Cable Overview](action_cable_overview.html) guide for more information. ### Rails API |