Skip to content

Commit

Permalink
πŸ“ docs(message): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoSuzumi committed Nov 22, 2024
1 parent 421de5a commit f68fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.components/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f68fa2f

Please sign in to comment.