From d17944236d0c22f3736caf0ff3c5dc6fcd3aa52c Mon Sep 17 00:00:00 2001 From: "Brian P. Giroux" Date: Wed, 12 Sep 2018 19:39:12 -0400 Subject: [PATCH] fixed a small typo in the first sentence --- _posts/07-02-01-Databases_MySQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-02-01-Databases_MySQL.md b/_posts/07-02-01-Databases_MySQL.md index 4bdac6a..627d0fb 100644 --- a/_posts/07-02-01-Databases_MySQL.md +++ b/_posts/07-02-01-Databases_MySQL.md @@ -6,7 +6,7 @@ anchor: mysql_extension ## MySQL Extension {#mysql_extension_title} -The [mysql] extension for PHP is incredibly old and has superseded by two other extensions: +The [mysql] extension for PHP is incredibly old and has been superseded by two other extensions: - [mysqli] - [pdo]