Skip to content

Commit f201183

Browse files
authored
Remove more commas
1 parent ad45c86 commit f201183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/using-message-components.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All content must be sent as components instead of using the standard message for
3939
{
4040
"type": 10,
4141
"content": "This is a message using the Text Display component"
42-
},
42+
}
4343
]
4444
}
4545
```
@@ -59,7 +59,7 @@ To send a message with multiple components, you can include multiple component o
5959
{
6060
"type": 10,
6161
"content": "This is another Text Display component!"
62-
},
62+
}
6363
]
6464
}
6565
```

0 commit comments

Comments
 (0)