typo in doc

This commit is contained in:
jasir
2014-01-07 12:29:19 +01:00
parent 7b388b04a7
commit 2b843de34b

View File

@@ -152,7 +152,7 @@ Unirest::clearDefaultHeaders();
You can explicitly enable or disable SSL certificate validation when consuming an SSL protected endpoint:
```php
Unirest::verifiyPeer(false); // Disables SSL cert validation
Unirest::verifyPeer(false); // Disables SSL cert validation
```
By default is `true`.