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: