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

Skip to content

Commit ec6f255

Browse files
committed
Merge pull request baijum#55 from nikolas/patch-2
Fix typo: syntaxt -> syntax
2 parents 699b32e + f215590 commit ec6f255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/locating-elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The "p" element can be located like this::
278278
Locating Elements by CSS Selectors
279279
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
280280

281-
Use this when you want to locate an element by CSS selector syntaxt.
281+
Use this when you want to locate an element by CSS selector syntax.
282282
With this strategy, the first element with the matching CSS selector
283283
will be returned. If no element has a matching CSS selector,
284284
a ``NoSuchElementException`` will be raised.

0 commit comments

Comments
 (0)