From 2041e3e5f2d6bedfd6b3b14ec4a45d5b46769a7f Mon Sep 17 00:00:00 2001 From: Luke Hill <20105237+luke-hill@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:45:16 +0000 Subject: [PATCH] Fix typo in CONTRIBUTING.md Simple typo fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f136fa9..ab7b1cbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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