From bb6ddc848aaca62ccd90851ecdfc9dcc17501703 Mon Sep 17 00:00:00 2001 From: Philippe Creux Date: Fri, 20 Dec 2013 16:23:51 -0500 Subject: [PATCH] Fix typo in README "documention" => "documentation" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d43cb..06db412 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Capybara.javascript_driver = :webkit In cucumber, tag scenarios with @javascript to run them using a headless WebKit browser. -In RSpec, use the `:js => true` flag. See the [capybara documention](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec. +In RSpec, use the `:js => true` flag. See the [capybara documentation](http://rubydoc.info/gems/capybara#Using_Capybara_with_RSpec) for more information about using capybara with RSpec. Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md).