summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-05-08 15:45:24 -0700
committerRyan Mulligan <ryan@ryantm.com>2022-05-08 16:02:12 -0700
commit4396125ebbbaecbaba0f8e0afb25e492b3be5795 (patch)
tree7903f44944318cf56caaae7ef6e74a33abbed737
parent4ce864f52ae7e1733582a32d66c1f94ee11a52c8 (diff)
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.
-rw-r--r--docs/fts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fts.rst b/docs/fts.rst
index aed2cba..5d84eaf 100644
--- a/docs/fts.rst
+++ b/docs/fts.rst
@@ -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::