Skip to content

Commit 9449bc4

Browse files
fix: remove duplicate word 'returns' from h description (#1000)
1 parent 4a437b6 commit 9449bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/global-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export type CreateAppFunction<HostElement> = (
7878
7979
## h
8080
81-
Returns a returns "virtual node", usually abbreviated to **VNode**: a plain object which contains information describing to Vue what kind of node it should render on the page, including descriptions of any child nodes. It is intended for manually written [render functions](../guide/render-function.md):
81+
Returns a "virtual node", usually abbreviated to **VNode**: a plain object which contains information describing to Vue what kind of node it should render on the page, including descriptions of any child nodes. It is intended for manually written [render functions](../guide/render-function.md):
8282
8383
```js
8484
render() {

0 commit comments

Comments
 (0)