Skip to content

Commit 88a8083

Browse files
committed
docs: fix
1 parent 57a3a4d commit 88a8083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versions/v3/language-elements/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ In this example, both default and named slots are used within a single component
303303
- **Duplicate names not allowed.** Defining multiple default slots or named slots with the same name in a single component will result in an error.
304304
- **Empty string is default slot.** If you provide an empty string as a slot name, it will act as default slot. `@slot` and `@slot('')` act the same.
305305
- **Slots have current context.** Slots have the context of the same file where they are defined. It means you can dinamically modify the content of a slot before it get rendered in the component file.
306-
- **Optional.** External slots that live inside the component file are optional. If you don't provide content for a slot, it will be rendered as an empty string.
306+
- **Slots are optional.** If you don't provide content for a slot, it will be rendered as an empty string.
307307

308308
## @dump
309309

0 commit comments

Comments
 (0)