diff --git a/docs/configuring-playbook-client-element.md b/docs/configuring-playbook-client-element.md index 265363643..c53bb4440 100644 --- a/docs/configuring-playbook-client-element.md +++ b/docs/configuring-playbook-client-element.md @@ -6,7 +6,7 @@ If that's okay, you can skip this document. ## Disabling Element -If you'd like for the playbook to not install (or to uninstall the previously installed Element), you can disable it in your configuration file (`inventory/host_vars/matrix./vars.yml`): +If you'd like for the playbook to not install Element (or to uninstall the previously installed Element), you can disable it in your configuration file (`inventory/host_vars/matrix./vars.yml`): ```yaml matrix_client_element_enabled: false