1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typos in Rails 5.0 release notes [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2015-12-23 11:01:20 +05:30
parent 2fc6c094e5
commit e477cad275

View file

@ -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))