From 9b8839e9930ce2e9ed3eab00220ff8800e2dc8b6 Mon Sep 17 00:00:00 2001 From: Zev Lee <60147316+zevlee@users.noreply.github.com> Date: Fri, 5 Mar 2021 05:58:54 +0000 Subject: [PATCH] Update configuring-playbook.md I just fixed a typo "the the" --> "the" --- docs/configuring-playbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 4d6997192..bab7ac98c 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -6,7 +6,7 @@ To configure the playbook, you need to have done the following things: - [configured your DNS records](configuring-dns.md) - [retrieved the playbook's source code](getting-the-playbook.md) to your computer -You can then initialize the the configuration files `vars.yml` and `hosts` by running `./initialize.sh`. If you need to change the variables, you can opt to run the script again. +You can then initialize the configuration files `vars.yml` and `hosts` by running `./initialize.sh`. If you need to change the variables, you can opt to run the script again. For a basic Matrix installation, that's all you need. For a more custom setup, see the [Other configuration options](#other-configuration-options) below.