From 243be69ff91c704fe05b848106ff2ed8f9758211 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Fri, 11 Nov 2022 08:07:33 -0500 Subject: [PATCH] Update docs/configuring-playbook-dendrite.md Co-authored-by: Slavi Pantaleev --- docs/configuring-playbook-dendrite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-dendrite.md b/docs/configuring-playbook-dendrite.md index 0a0f0689f..fcd5693de 100644 --- a/docs/configuring-playbook-dendrite.md +++ b/docs/configuring-playbook-dendrite.md @@ -27,6 +27,6 @@ Alternatively, **if there is no pre-defined variable** for a Dendrite setting yo To use Dendrite, you **generally** need the following additional `vars.yml` configuration: ```yaml -matrix_homeserver_implementation: Dendrite +matrix_homeserver_implementation: dendrite ```