diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 0634c93712bfbac9f77354bd85a13876bc6c1f97..fca6d41a1b2ef7015758c9e4d619bab3bb45999e 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -388,9 +388,9 @@ It's inside this class that you'll define methods that will become the actions for this controller. These actions will perform CRUD operations on the posts within our system. -NOTE: There are `public`, `private` and `protected` methods in `Ruby` -(for more details you can check on [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/)). -But only `public` methods can be actions for controllers. +NOTE: There are `public`, `private` and `protected` methods in Ruby, +but only `public` methods can be actions for controllers. +For more details check out [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/). If you refresh now, you'll get a new error: