Skip to content

Commit

Permalink
Merge pull request #852 from sly7-7/patch-1
Browse files Browse the repository at this point in the history
minor doc fix
  • Loading branch information
jnicklas committed Oct 26, 2012
2 parents e73628d + f86ef6a commit 92e6ee9
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 92e6ee9

Please sign in to comment.