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