Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad9781a

Browse files
committed
Merge pull request baijum#50 from nikolas/patch-1
small grammar fix
2 parents 19f906d + 2d2d9da commit ad9781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/waits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trying to locate an element.
2222
Explicit Waits
2323
~~~~~~~~~~~~~~
2424

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

0 commit comments

Comments
 (0)