Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jnicklas/capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Oct 26, 2012
2 parents 9c1a0fb + 92e6ee9 commit 61e8085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/node/finders.rb
Expand Up @@ -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
Expand Down

0 comments on commit 61e8085

Please sign in to comment.