Skip to content

Commit

Permalink
Merge pull request #40047 from mehagar/plugins_docs
Browse files Browse the repository at this point in the history
Fix markdown syntax error in docs [ci skip]
  • Loading branch information
carlosantoniodasilva committed Aug 20, 2020
2 parents 3521269 + 55f82e9 commit 65c6f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c6f70

Please sign in to comment.