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