From 55f82e9a7d6a890670d81ab7b6dcd80c25639a7a Mon Sep 17 00:00:00 2001 From: Michael Hagar Date: Fri, 14 Aug 2020 10:16:14 -0500 Subject: [PATCH] fix markdown syntax error Update guides/source/plugins.md Co-authored-by: Jonathan Hefner --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/plugins.md b/guides/source/plugins.md index 9d5bef91a9..1291805552 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -390,7 +390,7 @@ class ActsAsYaffleTest < ActiveSupport::TestCase end ``` -Run the test to make sure the last two tests fail with an error that contains "NoMethodError: undefined method `squawk'", +Run the test to make sure the last two tests fail with an error that contains "NoMethodError: undefined method \`squawk'", then update `acts_as_yaffle.rb` to look like this: ```ruby