Skip to content

Commit 669f872

Browse files
authored
docs: add missing "the" (vuejs#3129)
1 parent fe96839 commit 669f872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A type helper for defining a Vue component with type inference.
133133

134134
- Only supported in 3.3+
135135

136-
`defineComponent()` also has an alternative signature that is meant to be used with Composition API and [render functions or JSX](/guide/extras/render-function.html).
136+
`defineComponent()` also has an alternative signature that is meant to be used with the Composition API and [render functions or JSX](/guide/extras/render-function.html).
137137

138138
Instead of passing in an options object, a function is expected instead. This function works the same as the Composition API [`setup()`](/api/composition-api-setup.html#composition-api-setup) function: it receives the props and the setup context. The return value should be a render function - both `h()` and JSX are supported:
139139

0 commit comments

Comments
 (0)