Skip to content

Commit 4be7a59

Browse files
authored
Update 0040-script-setup.md (#342)
1 parent a55d6f6 commit 4be7a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0040-script-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ The `<script setup>` syntax provides the ability to express equivalent functiona
462462
- `inheritAttrs`
463463
- Custom options needed by plugins or libraries
464464

465-
If you need to delcare these options, use a separate normal `<script>` block with `export default`:
465+
If you need to declare these options, use a separate normal `<script>` block with `export default`:
466466

467467
```html
468468
<script>

0 commit comments

Comments
 (0)