Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Simple typo fix
  • Loading branch information
luke-hill committed Nov 2, 2022
1 parent 2d05c20 commit 2041e3e
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 2041e3e

Please sign in to comment.