fixing typos

This commit is contained in:
thefosk
2014-01-07 05:48:52 +01:00
parent 0b16885db4
commit 7b388b04a7

View File

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