From 51306bee8be8933be631acc2e504f8644a49bfc7 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Wed, 21 Apr 2021 03:44:14 +0100 Subject: [PATCH] fix: remove duplicate word 'returns' from h description --- src/api/global-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/global-api.md b/src/api/global-api.md index 1f257d7a59..45fb7c778d 100644 --- a/src/api/global-api.md +++ b/src/api/global-api.md @@ -78,7 +78,7 @@ export type CreateAppFunction = ( ## h -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): +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): ```js render() {