Skip to content

Commit

Permalink
Merge pull request #41 from kasenoshi/patch-1
Browse files Browse the repository at this point in the history
Update locating-elements.rst
  • Loading branch information
baijum committed Mar 12, 2015
2 parents dbab84f + 3fd26de commit 897ad45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/locating-elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ strategy, the first element with the `name` attribute value matching
the location will be returned. If no element has a matching `name`
attribute, a ``NoSuchElementException`` will be raised.

For instance, conside this page source::
For instance, consider this page source::

<html>
<body>
Expand Down Expand Up @@ -133,7 +133,7 @@ or name attribute (ideally a parent element) you can locate your
target element based on the relationship. This is much less likely to
change and can make your tests more robust.

For instance, conside this page source::
For instance, consider this page source::

<html>
<body>
Expand Down Expand Up @@ -241,7 +241,7 @@ strategy, the first element with the given tag name will be returned.
If no element has a matching tag name, a ``NoSuchElementException``
will be raised.

For instance, conside this page source::
For instance, consider this page source::

<html>
<body>
Expand Down

0 comments on commit 897ad45

Please sign in to comment.