Skip to content

Commit 0f6a4f1

Browse files
authored
Merge pull request #28 from BenMorel/patch-1
Typo fix
2 parents 0870923 + df3dfe9 commit 0f6a4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PHP MySQL Engine works by providing a subclass of [PDO](https://www.php.net/manu
6060
You can instantiate the subclass as you would `PDO`, and use dependency injection or similar to provide that instance to your application code.
6161

6262
```php
63-
// use a class specific to your cuurrent PHP version (APIs changed in major versions)
63+
// use a class specific to your current PHP version (APIs changed in major versions)
6464
$pdo = new \Vimeo\MysqlEngine\Php8\FakePdo($dsn, $user, $password);
6565
// currently supported attributes
6666
$pdo->setAttribute(\PDO::ATTR_CASE, \PDO::CASE_LOWER);

0 commit comments

Comments
 (0)