From fd98cdd556fa4993494ffef95441825d996fdf85 Mon Sep 17 00:00:00 2001 From: Herwin Weststrate Date: Mon, 4 Sep 2017 12:38:24 +0200 Subject: [PATCH] Fixed typo in docs of capybara/minitest --- lib/capybara/minitest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara/minitest.rb b/lib/capybara/minitest.rb index 8fc4f264..90dbd50b 100644 --- a/lib/capybara/minitest.rb +++ b/lib/capybara/minitest.rb @@ -215,7 +215,7 @@ module Capybara # Assertion that there is no checked_field # # @!method assert_no_checked_field - # @!method refute_chceked_field + # @!method refute_checked_field ## # Assertion that there is unchecked_field