From 544a8a13a610d8b623e954904f97d9d4e11132b5 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 27 Apr 2023 12:58:35 +0200 Subject: [PATCH] typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 2c0dcf89..a5efffed 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -888,7 +888,7 @@ $config['spellcheck_ignore_nums'] = true; $config['spellcheck_dictionary'] = true; ``` -If not, you can download the `aspell dictionnary`_ you require and place it in ``/usr/share/aspell/``. And then enable it by tweaking the following in the configuration file: +If not, you can download the `aspell dictionnary`_ you require and place it in ``/usr/share/aspell/`` and then enable it by tweaking the following in the configuration file: ``` $config['spellcheck_languages'] = array('en'=>'English', ...);