We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7919c9f + 37ab378 commit 54d0e86Copy full SHA for 54d0e86
docs/search-engine/google.md
@@ -41,7 +41,7 @@ The google client needs a http client interface to be constructed and an url to
41
42
// Create the url that will be parsed
43
$googleUrl = new GoogleUrl();
44
- $google->setSearchTerm('simpsons');
+ $googleUrl->setSearchTerm('simpsons');
45
46
$response = $googleClient->query($googleUrl);
47
@@ -229,4 +229,4 @@ View the dedicated [cookie documentation](/cookies.md)
229
Solve a Captcha
230
---------------
231
232
-Solving captcha is not implemented at the moment
+Solving captcha is not implemented at the moment
0 commit comments