We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5724968 commit df3dfe9Copy full SHA for df3dfe9
README.md
@@ -60,7 +60,7 @@ PHP MySQL Engine works by providing a subclass of [PDO](https://www.php.net/manu
60
You can instantiate the subclass as you would `PDO`, and use dependency injection or similar to provide that instance to your application code.
61
62
```php
63
-// use a class specific to your cuurrent PHP version (APIs changed in major versions)
+// use a class specific to your current PHP version (APIs changed in major versions)
64
$pdo = new \Vimeo\MysqlEngine\Php8\FakePdo($dsn, $user, $password);
65
// currently supported attributes
66
$pdo->setAttribute(\PDO::ATTR_CASE, \PDO::CASE_LOWER);
0 commit comments