Skip to content

Commit

Permalink
Merge pull request #2609 from luke-hill/patch-2
Browse files Browse the repository at this point in the history
Fix typo in CONTRIBUTING.md
  • Loading branch information
twalpole committed Nov 4, 2022
2 parents 2d05c20 + 2041e3e commit be0d533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ particular feature into Capybara.
## Pull Requests

- **Add tests!** Your patch won't be accepted if it doesn't have tests.
To run a single test or scenario in development use `:focus_` metadada, e.g.:
To run a single test or scenario in development use `:focus_` metadata, e.g.:
`it 'should simulate multiple held down modifier keys', :focus_ do`

- **Document any change in behaviour**. Make sure the README and any other
Expand Down

0 comments on commit be0d533

Please sign in to comment.