Skip to content

Commit

Permalink
Merge pull request #50 from nikolas/patch-1
Browse files Browse the repository at this point in the history
small grammar fix
  • Loading branch information
baijum committed Oct 16, 2015
2 parents 19f906d + 2d2d9da commit ad9781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/waits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trying to locate an element.
Explicit Waits
~~~~~~~~~~~~~~

An explicit waits is code you define to wait for a certain condition
An explicit wait is code you define to wait for a certain condition
to occur before proceeding further in the code. The worst case of
this is time.sleep(), which sets the condition to an exact time period
to wait. There are some convenience methods provided that help you
Expand Down

0 comments on commit ad9781a

Please sign in to comment.