Fix homeserver config typo

This commit is contained in:
Will Hunt 2022-09-05 17:06:37 +01:00 committed by GitHub
parent 1e44e52179
commit bebca4f60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ In terms of API endpoints:
- The `widgets` resource handles resources under `/widgetapi/v1...`. This may only be bound to **one** listener at present.
<section class="notice">
Please note that the appservice HTTP listener is configured <strong>separately</strong> from the rest of the bridge (in the `homeserver` section) due to lack of support
Please note that the appservice HTTP listener is configured <strong>separately</strong> from the rest of the bridge (in the <code>bridge</code> section) due to lack of support
in the upstream library. See <a href="https://github.com/turt2live/matrix-bot-sdk/issues/191">this issue</a> for details.
</section>
@ -259,4 +259,4 @@ Enabling the `json` option will configure hookshot to output structured JSON log
"retrying in 5s"
]
}
```
```