fix markdown syntax error

Update guides/source/plugins.md

Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
This commit is contained in:
Michael Hagar 2020-08-14 10:16:14 -05:00
parent 601006c56d
commit 55f82e9a7d
1 changed files with 1 additions and 1 deletions

View File

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