Skip to content

Commit e974b8f

Browse files
committed
Update traversing-pages.rst
1 parent 57971b9 commit e974b8f

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
@@ -141,7 +141,7 @@ search with this query:
141141
142142
$escapedValue = $session->getSelectorsHandler()->xpathLiteral('Go to top');
143143
144-
$topLink = $page->find('named', array('link', $escapedValue);
144+
$topLink = $page->find('named', array('link', $escapedValue));
145145
146146
.. caution::
147147

0 commit comments

Comments
 (0)