Skip to content

Commit 54d0e86

Browse files
committed
Merge pull request #1 from Jonatanmdez/patch-1
Update google.md
2 parents 7919c9f + 37ab378 commit 54d0e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/search-engine/google.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The google client needs a http client interface to be constructed and an url to
4141

4242
// Create the url that will be parsed
4343
$googleUrl = new GoogleUrl();
44-
$google->setSearchTerm('simpsons');
44+
$googleUrl->setSearchTerm('simpsons');
4545

4646
$response = $googleClient->query($googleUrl);
4747

@@ -229,4 +229,4 @@ View the dedicated [cookie documentation](/cookies.md)
229229
Solve a Captcha
230230
---------------
231231

232-
Solving captcha is not implemented at the moment
232+
Solving captcha is not implemented at the moment

0 commit comments

Comments
 (0)