From 5b5893f40721782a216230ecdba2ab942ded73f0 Mon Sep 17 00:00:00 2001 From: Max Dor Date: Sat, 2 Jun 2018 22:16:33 +0200 Subject: [PATCH] Fix typo in doc --- docs/features/directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/directory.md b/docs/features/directory.md index 6960cc5..9e3955e 100644 --- a/docs/features/directory.md +++ b/docs/features/directory.md @@ -138,5 +138,5 @@ the `matrix.domain` configuration option and avoid duplicating it. You can configure if the Homeserver should be queried at all when doing a directory search. To disable Homeserver results, set the following in mxisd configuration file: ```yaml -directory.exclude.homeserever: true +directory.exclude.homeserver: true ```