Skip to content

Commit 69a28d1

Browse files
slusarzsirainen
authored andcommitted
dict: Fix typo
1 parent 049e5c9 commit 69a28d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/config/dict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Dict server is used for providing dictionary access via server
269269
processes instead of doing it directly from whichever process wants to access
270270
the dictionary. This is useful for some drivers with relatively high
271271
connection cost (e.g. [`sql`](#sql)), but not necessarily for others (e.g.,
272-
[`redis`](#redis).
272+
[`redis`](#redis)).
273273

274274
When a mail process uses the dict proxy, it needs to have access the dict
275275
UNIX socket. By default only the `dovecot` user has access to the dict

0 commit comments

Comments
 (0)