Skip to content

Commit

Permalink
docs: rephrased for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
404answernotfound committed Apr 5, 2024
1 parent 5445902 commit 8a74339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/component-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Which might render something like:
Something bad happened.
:::

This can be achieved using Vue's custom `<slot>` element, which in our example is used in the AlertBox component:
This can be achieved using Vue's custom `<slot>` element, which in our example is being used in the AlertBox component implementation:

```vue{4}
<template>
Expand Down

0 comments on commit 8a74339

Please sign in to comment.