From e477cad2754d4c6d08b61c67951fe6db5d3b2298 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Wed, 23 Dec 2015 11:01:20 +0530 Subject: Fix typos in Rails 5.0 release notes [ci skip] --- guides/source/5_0_release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source/5_0_release_notes.md') 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)) -- cgit v1.2.3