Skip to content

Commit 540a40c

Browse files
committed
Change reading flow
I think this way it reads more "humanly"
1 parent 7c5d80d commit 540a40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/traversing-pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DocumentElement and NodeElement
1111

1212
The Element API consists of 2 main classes. The ``DocumentElement`` instance
1313
represents the page being displayed in the browser, while the ``NodeElement``
14-
class is used to represent any element inside the page. Both class are sharing
14+
class is used to represent any element inside the page. Both classes share
1515
a common set of methods to traverse the page (defined in ``TraversableElement``).
1616

1717
The ``DocumentElement`` instance is accessible through the ``Session::getPage`` method:

0 commit comments

Comments
 (0)