From 0dd93c16e56947b9bf068a0b3f3444b76c767eac Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 27 Apr 2023 13:00:35 +0200 Subject: [PATCH] Another typo --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index a5efffed..e2a5d218 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -888,10 +888,10 @@ $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 dictionary`_ 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', ...); ``` -.. _`aspell dictionnary`: http://ftp.gnu.org/gnu/aspell/dict/0index.html +.. _`aspell dictionary`: http://ftp.gnu.org/gnu/aspell/dict/0index.html