Skip to content

Commit e9e1e60

Browse files
author
Suguru Hirahara
committed
Update docs: "See that" → "See the"
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent f3cf8a8 commit e9e1e60

6 files changed

+6
-6
lines changed

docs/configuring-playbook-ldap-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The playbook can install and configure the [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3) LDAP Auth password provider for you.
44

5-
See that project's documentation to learn what it does and why it might be useful to you.
5+
See the project's documentation to learn what it does and why it might be useful to you.
66

77
If you decide that you'd like to let this playbook install it for you, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):
88

docs/configuring-playbook-matrix-corporal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The playbook can install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you.
1010

11-
In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment. See that project's documentation to learn what it does and why it might be useful to you.
11+
In short, it's a sort of automation and firewalling service, which is helpful if you're instaling Matrix services in a controlled corporate environment. See the project's documentation to learn what it does and why it might be useful to you.
1212

1313
If you decide that you'd like to let this playbook install it for you, you'd need to also:
1414
- (required) [set up the Shared Secret Auth password provider module](configuring-playbook-shared-secret-auth.md)

docs/configuring-playbook-rest-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The playbook can install and configure [matrix-synapse-rest-auth](https://github.com/ma1uta/matrix-synapse-rest-password-provider) for you.
44

5-
See that project's documentation to learn what it does and why it might be useful to you.
5+
See the project's documentation to learn what it does and why it might be useful to you.
66

77
## Adjusting the playbook configuration
88

docs/configuring-playbook-shared-secret-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The playbook can install and configure [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) for you.
44

5-
See that project's documentation to learn what it does and why it might be useful to you.
5+
See the project's documentation to learn what it does and why it might be useful to you.
66

77
## Adjusting the playbook configuration
88

docs/configuring-playbook-synapse-auto-accept-invite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The playbook can install and configure [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) for you.
44

5-
See that project's [documentation](https://github.com/matrix-org/synapse-auto-accept-invite) to learn what it does and why it might be useful to you. In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified.
5+
See the project's [documentation](https://github.com/matrix-org/synapse-auto-accept-invite) to learn what it does and why it might be useful to you. In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified.
66

77
**Note**: Synapse [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0), the same feature [has been merged](https://github.com/element-hq/synapse/pull/17147) into Synapse (see the [Native alternative](#native-alternative) section below). You'd better use the native feature, instead of the [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) 3rd party module.
88

docs/configuring-playbook-synapse-simple-antispam.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The playbook can install and configure [synapse-simple-antispam](https://github.com/t2bot/synapse-simple-antispam) for you.
44

5-
See that project's documentation to learn what it does and why it might be useful to you. In short, it lets you fight invite-spam by automatically blocking invitiations from a list of servers specified by you (blacklisting).
5+
See the project's documentation to learn what it does and why it might be useful to you. In short, it lets you fight invite-spam by automatically blocking invitiations from a list of servers specified by you (blacklisting).
66

77
## Adjusting the playbook configuration
88

0 commit comments

Comments
 (0)