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

Skip to content

Commit d5fc662

Browse files
committed
fix two typos
1 parent bbbdfd7 commit d5fc662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/locating-elements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ strategy, the first element with the `id` attribute value matching the
6060
location will be returned. If no element has a matching `id`
6161
attribute, a ``NoSuchElementException`` will be raised.
6262

63-
For instance, conside this page source::
63+
For instance, consider this page source::
6464

6565
<html>
6666
<body>
@@ -237,7 +237,7 @@ Locating Elements by Tag Name
237237
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
238238

239239
Use this when you want to locate an element by tag name. With this
240-
strategy, the first element with the give tag name will be returned.
240+
strategy, the first element with the given tag name will be returned.
241241
If no element has a matching tag name, a ``NoSuchElementException``
242242
will be raised.
243243

0 commit comments

Comments
 (0)