1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Fix typo [ci skip]

This commit is contained in:
Thomas Walpole 2016-09-16 11:17:13 -07:00
parent 6d9f80a6ec
commit 0071f9cae9

View file

@ -44,7 +44,7 @@ module Capybara
##
#
# Checks if a given selector is not on the page or a descendant of thecurrent node.
# Checks if a given selector is not on the page or a descendant of the current node.
# Usage is identical to Capybara::Node::Matchers#has_selector?
#
# @param (see Capybara::Node::Finders#has_selector?)