Skip to content

Commit fbb6196

Browse files
committed
[#961] Tweaks per @wouterj and @jakzal
1 parent 893199c commit fbb6196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/dom_crawler.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The DomCrawler Component
99

1010
.. note::
1111

12-
While possible, the DomCrawler is not designed for manipulation of the
13-
DOM or re-dumping HTML/XML.
12+
While possible, the DomCrawler component is not designed for manipulation
13+
of the DOM or re-dumping HTML/XML.
1414

1515
Installation
1616
------------
@@ -177,7 +177,7 @@ and :phpclass:`DOMNode` objects:
177177
$crawler->addNode($node);
178178
$crawler->add($document);
179179
180-
.. note::
180+
.. sidebar:: Manipulating and Dumping a ``Crawler``
181181

182182
These methods on the ``Crawler`` are intended to initially populate your
183183
``Crawler`` and aren't intended to be used to further manipulate a DOM

0 commit comments

Comments
 (0)