diff --git a/src/api/sfc-script-setup.md b/src/api/sfc-script-setup.md
index cf73d935..2a267e21 100644
--- a/src/api/sfc-script-setup.md
+++ b/src/api/sfc-script-setup.md
@@ -4,16 +4,16 @@ sidebarDepth: 1
# SFC `
```
-The code inside is compiled as the content of the component's `setup()` function. This means that unlike normal `
@@ -151,12 +151,12 @@ const vMyDirective = {
```
```html
```
-## `defineProps` and `defineEmits`
+## `defineProps` と `defineEmits`
To declare `props` and `emits` in `