Fix typo in zulip config snippet

cgb committed Nov 3, 2022 at 13:32 UTC 7f71788a82af0b8d3e7b168e50f48102aa2dde72
1 file changed +6 -4
docs/docs/messaging/index.md
+6 -4
@@ -206,9 +206,11 @@ You can enable the MeshCentral [Zulip](https://zulip.com/) integration with the
206 ```json
207 {
208 "messaging": {
209 - "site": "https://api.zulip.com",
210 - "email": "your-bot@zulip.com",
211 - "api_key": "your_32_character_api_key"
209 + "zulip": {
210 + "site": "https://api.zulip.com",
211 + "email": "your-bot@zulip.com",
212 + "api_key": "your_32_character_api_key"
213 + }
214 }
215 }
216 ```
@@ -255,4 +257,4 @@ Notice the `msg2factor` is set to false. In this case, messaging can still be us
257
258 For administrators, login reports will show if "Messaging" was used as a second factor for a user login. You can see this in this report:
259
258 -![](images/MC2-Telegram4.png)
\ No newline at end of file
260 +![](images/MC2-Telegram4.png)