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:
parent
601006c56d
commit
55f82e9a7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue