Merge pull request #40047 from mehagar/plugins_docs

Fix markdown syntax error in docs [ci skip]
This commit is contained in:
Carlos Antonio da Silva 2020-08-20 18:00:44 -03:00 committed by GitHub
commit 65c6f70300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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