Skip to content

Commit a55d6f6

Browse files
authored
Fix typo in rfc0040 script setup (#341)
1 parent 2e4f5de commit a55d6f6

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
@@ -238,7 +238,7 @@ The reason for requiring the `v` prefix is because it is quite likely for a glob
238238

239239
### Declaring `props` and `emits`
240240

241-
To declare options like `props` and `emits` with full type inference support, we can use the `defineProps` and `defineEmits` APIs, which are automatically avaialbe inside `<script setup>`:
241+
To declare options like `props` and `emits` with full type inference support, we can use the `defineProps` and `defineEmits` APIs, which are automatically available inside `<script setup>`:
242242

243243
```html
244244
<script setup>

0 commit comments

Comments
 (0)