diff --git a/Result-HTML-Customization-(Docs-In-Progress).md b/Result-HTML-Customization-(Docs-In-Progress).md
index 9005e25..0c502fd 100644
--- a/Result-HTML-Customization-(Docs-In-Progress).md
+++ b/Result-HTML-Customization-(Docs-In-Progress).md
@@ -7,7 +7,7 @@ You can design your own WhatsApp conversation page by creating a Jinja template.
* my_avatar (str): Path to the user's avatar.
* their_avatar (str): Path to the avatar of the peer or the group of the conversation.
-# The "msgs" variable
+# The `msgs` variable
As stated, msgs is a list. Inside the msgs variable, each item in the list is a dict containing the following keys
* sender (str|None): The name or the phone number of the message sender.
* time (str): The time of the message being sent. In format "%H:%M".