This commit is contained in:
Jonas Nicklas 2011-01-19 06:52:00 -05:00 committed by Neeraj Singh
parent a04e0b4d1d
commit dc7df2c73d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ module Capybara
# xpath { |num| ".//tbody/tr[#{num}]" }
# end
#
# This makes it possible to use this selector in a cariety of ways:
# This makes it possible to use this selector in a variety of ways:
#
# find(:row, 3)
# page.find('table#myTable').find(:row, 3).text