Skip to content

Commit eb02cb7

Browse files
committed
fix typos
1 parent c15668d commit eb02cb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Version 3.x requires at least PHP 8.2.
1010

1111
### Constructor signature change
1212

13-
In order to ensure users of this library make a conscious choice of QR Code Provider, the QR Code Provider is now a mandatory argument.
13+
In order to ensure users of this library make a conscious choice of QR Code Provider, the QR Code Provider is now a mandatory argument, in first place.
1414

15-
If you didn't provide one explicitely before, you can get the old behavior with:
15+
If you didn't provide one explicitly before, you can get the old behavior with:
1616

1717
~~~php
1818
use RobThree\Auth\TwoFactorAuth;
1919
use RobThree\Auth\Providers\Qr\QRServerProvider;
2020
$tfa = new TwoFactorAuth(new QRServerProvider());
2121
~~~
2222

23-
If you provided one before, the order of the paramaters have been changed, so simply move the QRCodeProvider argument to the first place.
23+
If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place.
2424

2525
Documentation on selecting a QR Code Provider is available here: [QR Code Provider documentation](https://robthree.github.io/TwoFactorAuth/qr-codes.html).
2626

0 commit comments

Comments
 (0)