Skip to content

Commit 10b2372

Browse files
Merge pull request #299 from samnela/patch-1
Fix typos
2 parents 4ac6b24 + 8b85f7c commit 10b2372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ $name = $oidc->requestUserInfo('given_name');
145145

146146

147147
## Development Environments ##
148-
In some cases you may need to disable SSL security on on your development systems.
148+
In some cases you may need to disable SSL security on your development systems.
149149
Note: This is not recommended on production systems.
150150

151151
```php
152152
$oidc->setVerifyHost(false);
153153
$oidc->setVerifyPeer(false);
154154
```
155155

156-
Also, your local system might not support HTTPS, so you might disable uprading to it:
156+
Also, your local system might not support HTTPS, so you might disable upgrading to it:
157157

158158
```php
159159
$oidc->setHttpUpgradeInsecureRequests(false);

0 commit comments

Comments
 (0)