Skip to content

Commit 86a0161

Browse files
lucasabaweaverryan
authored andcommitted
Fix a very little typo in components/dom_crawler.rst
1 parent 16450da commit 86a0161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ directly::
306306

307307
use Goutte\Client;
308308

309-
// make a real reqeust to an external site
309+
// make a real request to an external site
310310
$client = new Client();
311311
$crawler = $client->request('GET', 'https://github.com/login');
312312

0 commit comments

Comments
 (0)