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() {