From 2837201fff07370254d2caabee8496ccf5237815 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 24 Jun 2013 07:05:05 -0400 Subject: [PATCH] Improve English --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 2f71a94b74..824ccb340d 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -251,7 +251,7 @@ problem is solved by installing a software package called "PHP-MySQL" or something similar. There are currently two interfaces PHP provides as MySQL extensions - ``mysql`` -and ``mysqli`` you can change which of then is being used by +and ``mysqli`` and you can change which of then is being used by :config:option:`$cfg['Servers'][$i]['extension']`. .. _faq1_21: