Skip to content

Commit df3dfe9

Browse files
authored
Typo fix
1 parent 5724968 commit df3dfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)