diff --git a/src/guide/typescript/composition-api.md b/src/guide/typescript/composition-api.md
index 83e9205257..69e98b67fe 100644
--- a/src/guide/typescript/composition-api.md
+++ b/src/guide/typescript/composition-api.md
@@ -40,14 +40,12 @@ You can use either type-based declaration OR runtime declaration, but you cannot
We can also move the props types into a separate interface:
```vue
-
-
```