Fix various typos in docs (#17114)
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Showing
- changelog.d/17114.doc 1 addition, 0 deletionschangelog.d/17114.doc
- docs/admin_api/room_membership.md 1 addition, 1 deletiondocs/admin_api/room_membership.md
- docs/message_retention_policies.md 3 additions, 3 deletionsdocs/message_retention_policies.md
- docs/postgres.md 1 addition, 1 deletiondocs/postgres.md
- docs/setup/installation.md 2 additions, 2 deletionsdocs/setup/installation.md
- docs/usage/administration/admin_api/background_updates.md 1 addition, 1 deletiondocs/usage/administration/admin_api/background_updates.md
- docs/usage/administration/admin_faq.md 1 addition, 1 deletiondocs/usage/administration/admin_faq.md
- docs/user_directory.md 2 additions, 2 deletionsdocs/user_directory.md
- docs/workers.md 1 addition, 1 deletiondocs/workers.md
Loading
Please register or sign in to comment