Fix typo, broken links

This commit is contained in:
Maxime Dor
2017-10-08 03:41:45 +02:00
parent 6c02e478d9
commit 2bf68538c3
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ You can also set a default global filter on any LDAP queries:
```
ldap.filter: '(memberOf=CN=My Matrix Users,OU=Groups,DC=example,DC=org)'
```
This example would only return users part of the group called `My Matrux Users`.
This example would only return users part of the group called `My Matrix Users`.
This can be overwritten or append in each specific flow describe below.
---