From f86ef6a7c1a2209c53f6f8cb8ccf4135dd1a4a9b Mon Sep 17 00:00:00 2001 From: Sylvain MINA Date: Fri, 26 Oct 2012 11:28:27 +0300 Subject: [PATCH] minor doc fix --- lib/capybara/node/finders.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capybara/node/finders.rb b/lib/capybara/node/finders.rb index 8b11997df..cf597b034 100644 --- a/lib/capybara/node/finders.rb +++ b/lib/capybara/node/finders.rb @@ -52,7 +52,7 @@ def find_link(locator) ## # - # Find a button on the page. The link can be found by its id, name or value. + # Find a button on the page. The button can be found by its id, name or value. # # @param [String] locator Which button to find # @return [Capybara::Element] The found element