From 91301dc0f5efe0397d219d893bc9f7a608f18a1a Mon Sep 17 00:00:00 2001 From: BlackCoyote Date: Sat, 8 Jun 2024 00:02:53 +0200 Subject: [PATCH] Fix stray comma in docs Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> --- docs/json-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json-examples.md b/docs/json-examples.md index 8dcbe5e1..ddcf222d 100644 --- a/docs/json-examples.md +++ b/docs/json-examples.md @@ -830,6 +830,6 @@ JSON for Logout Notifications: ```json5 { "type": "LOGOUT", - "content": "%USERNAME% logged out", + "content": "%USERNAME% logged out" } ```