aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-12-23 11:01:20 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-12-23 11:01:20 +0530
commite477cad2754d4c6d08b61c67951fe6db5d3b2298 (patch)
tree9285b6acb589478f62cf6c9e258fcf5f79d13842 /guides
parent2fc6c094e54103db2a4550af6e2ac2f34420f084 (diff)
downloadrails-e477cad2754d4c6d08b61c67951fe6db5d3b2298.tar.gz
rails-e477cad2754d4c6d08b61c67951fe6db5d3b2298.tar.bz2
rails-e477cad2754d4c6d08b61c67951fe6db5d3b2298.zip
Fix typos in Rails 5.0 release notes [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 2fbd75e1c8..6d94a19e5b 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -7,7 +7,7 @@ Highlights in Rails 5.0:
* Action Cable
* Rails API
-* Active Rcord Attributes API
+* Active Record Attributes API
* Test Runner
* Exclusive use of `rails` CLI over Rake
* Sprockets 3
@@ -63,7 +63,7 @@ Please refer to the [Changelog][railties] for detailed changes.
### Removals
-* Removed debugger supprt use byebug instead. `debugger` is not supported by
+* Removed debugger support, use byebug instead. `debugger` is not supported by
Ruby
2.2. ([commit](https://github.com/rails/rails/commit/93559da4826546d07014f8cfa399b64b4a143127))