From aa9889b8428303082eacb7de665333348d3b279d Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Sun, 29 Nov 2009 22:04:53 +0100 Subject: [PATCH] Typo in README --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 865c3c45..d6d43a4f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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