From 1e7640e68db5af7d6ed7161bc08435ec7f80a8f3 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sat, 2 May 2015 00:50:14 -0700 Subject: Fix method call typo [ci skip] --- guides/source/debugging_rails_applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 0cbbb1d216..ec3ac62b8c 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -54,7 +54,7 @@ Title: Rails debugging guide ### `to_yaml` -Alternatively, calling `to_yaml` on any object converts it to YAML. You can pass this converted object into the `simple format` helper method to format the output. This is how `debug` does its magic. +Alternatively, calling `to_yaml` on any object converts it to YAML. You can pass this converted object into the `simple_format` helper method to format the output. This is how `debug` does its magic. ```html+erb <%= simple_format @article.to_yaml %> -- cgit v1.2.3