Typo in README

This commit is contained in:
Jonas Nicklas 2009-11-29 22:04:53 +01:00
parent e2e2b1ce74
commit aa9889b842
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ For ultimate control, you can instantiate and use a session manually.
end
session.click_link 'Sign in'
== XPath an CSS
== XPath and CSS
Capybara does not try to guess what kind of selector you are going to give it,
if you want to use CSS with your 'within' declarations for example, you'll need