Skip to content

Commit

Permalink
Minor spelling typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccartie committed Aug 25, 2011
1 parent 9dfe35b commit 76c8e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ When issuing instructions to the DSL such as:

If clicking on the *foo* link causes triggers an asynchronous process, such as
an Ajax request, which, when complete will add the *bar* link to the page,
clicking on the *bar* link would be expeced to fail, since that link doesn't
clicking on the *bar* link would be expected to fail, since that link doesn't
exist yet. However Capybara is smart enought to retry finding the link for a
brief period of time before giving up and throwing an error. The same is true of
the next line, which looks for the content *baz* on the page; it will retry
Expand Down

0 comments on commit 76c8e8d

Please sign in to comment.