From 981875c4955a36f4b0db9bc238ccd6af62359c1a Mon Sep 17 00:00:00 2001 From: HueByte Date: Thu, 19 Feb 2026 22:48:00 +0100 Subject: [PATCH] fix: correct code block syntax for notification sound file path --- docs/articles/notification-sounds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/notification-sounds.md b/docs/articles/notification-sounds.md index 03f9767..9315f09 100644 --- a/docs/articles/notification-sounds.md +++ b/docs/articles/notification-sounds.md @@ -10,7 +10,7 @@ Open your profile (`/profile`) and check the **"Notification sound on @mention"* The client ships with a default `Notification.mp3` in the `Assets` folder. To use your own notification sound, replace the file at: -``` +```text /Assets/Notification.mp3 ```