Skip to content

Commit 0e3602d

Browse files
authored
fix(examples): correct grammar error in message content (#55)
1 parent 37da964 commit 0e3602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/src/message.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const messages: {
6060
{
6161
key: nanoid(),
6262
from: 'user',
63-
content: 'How do Vue composition work and when should I use them?',
63+
content: 'How do Vue composition APIs work and when should I use them?',
6464
attachments: [
6565
{
6666
type: 'file',

0 commit comments

Comments
 (0)