📝 docs(message): fix typo

This commit is contained in:
Timothy Yin 2024-11-22 22:56:42 +08:00
parent 421de5a89a
commit f68fa2f936

View File

@ -16,7 +16,7 @@ First add the `<RayMessages>` component to your `app.vue`.
</template>
```
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
<script lang="ts" setup>