From f68fa2f936b59bacedb4293630413d2a1a1424bc Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Fri, 22 Nov 2024 22:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(message):=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/content/2.components/message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.components/message.md b/docs/content/2.components/message.md index 3fb3a03..72dae6a 100644 --- a/docs/content/2.components/message.md +++ b/docs/content/2.components/message.md @@ -16,7 +16,7 @@ First add the `` component to your `app.vue`. ``` -Then, use the `useMessage` composable to add notifications to your app anywhere you want. +Then, use the `useMessage` composable to add messages to your app anywhere you want. ```vue