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

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

View file

@ -390,7 +390,7 @@ class ActsAsYaffleTest < ActiveSupport::TestCase
end 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: then update `acts_as_yaffle.rb` to look like this:
```ruby ```ruby