Skip to content

Commit fa1f8e3

Browse files
authored
Fix typo in message content
Fixed a grammar error in the example message component. Changed the question from "How do Vue composition work" to "How do Vue composition APIs work" to correct the subject-verb agreement and improve accuracy.
1 parent effb496 commit fa1f8e3

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)