docs/full text search: fix typo; improve ux

docecot -> dovecot

Also, `indexDir` is not expecting to see %d/%n being passed to that
parameter, so remove that to make it easier to cpy the path into
there.
This commit is contained in:
Ryan Mulligan 2022-05-08 15:45:24 -07:00
parent 4ce864f52a
commit 4396125ebb

View File

@ -42,7 +42,7 @@ Indices created by the full text search feature can take more disk
space than the emails themselves. By default, they are kept in the
emails location. When enabling the full text search feature, it is
recommended to move indices in a different location, such as
(``/var/lib/docecot/indices/%d/%n``) by using the option
(``/var/lib/dovecot/indices``) by using the option
``mailserver.indexDir``.
.. warning::