Skip to content

Commit

Permalink
Fix stray comma in docs
Browse files Browse the repository at this point in the history
Co-authored-by: iProdigy <[email protected]>
  • Loading branch information
BlackCoyote and iProdigy authored Jun 7, 2024
1 parent 9b1c63e commit 91301dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,6 @@ JSON for Logout Notifications:
```json5
{
"type": "LOGOUT",
"content": "%USERNAME% logged out",
"content": "%USERNAME% logged out"
}
```

0 comments on commit 91301dc

Please sign in to comment.