Skip to content

Commit 7295d03

Browse files
authored
add codestyle to some words (#1507)
* add codestyle to some words * Update options-api.md
1 parent 291c8e4 commit 7295d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/typescript/options-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineComponent({
3030
})
3131
```
3232

33-
However, the runtime props options only support using constructor functions as a prop's type - there is no way to specify complex types such as objects with nested properties or function call signatures.
33+
However, the runtime `props` options only support using constructor functions as a prop's type - there is no way to specify complex types such as objects with nested properties or function call signatures.
3434

3535
To annotate complex props types, we can use the `PropType` utility type:
3636

0 commit comments

Comments
 (0)