Skip to content

Commit 9b5da1c

Browse files
committed
Merge pull request #53 from ifdattic/patch-1
Change reading flow
2 parents 7c5d80d + 540a40c commit 9b5da1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)