diff options
author | Tracker-Friendly <109815155+Tracker-Friendly@users.noreply.github.com> | 2023-09-28 05:40:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 07:40:12 +0200 |
commit | 4d344b65b2132b1c4ce7fe4f142295b9716c9ca5 (patch) | |
tree | 828e1b12560f0389b002043b18f8e6e7d87ed4e2 | |
parent | f1db57c7f80093d4b9727d72dff93f1fe6d9f829 (diff) |
Fixed typo in documentation (#3212)
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [ ] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
This PR doesn't need tests because it's a documentation update
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
Signed off privately
Co-authored-by: Tracker-Friendly <jliwin98@pm.me>
-rw-r--r-- | docs/administration/5_optimisation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/5_optimisation.md b/docs/administration/5_optimisation.md index b327171e..57b7924d 100644 --- a/docs/administration/5_optimisation.md +++ b/docs/administration/5_optimisation.md @@ -95,7 +95,7 @@ Consider enabling the DNS cache by modifying the `global` section of your config ## Time synchronisation Matrix relies heavily on TLS which requires the system time to be correct. If the clock -drifts then you may find that federation no works reliably (or at all) and clients may +drifts then you may find that federation will not work reliably (or at all) and clients may struggle to connect to your Dendrite server. Ensure that the time is synchronised on your system by enabling NTP sync. |