From 27f3c2d751d50dbc3018cb7dd44b0acd375c9700 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 21 Oct 2019 17:04:34 +0300 Subject: [PATCH] chore: fix typo (#339) --- packages/runtime-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/README.md b/packages/runtime-core/README.md index f83b857c40..e697d8fb4c 100644 --- a/packages/runtime-core/README.md +++ b/packages/runtime-core/README.md @@ -10,7 +10,7 @@ For full exposed APIs, see `src/index.ts`. You can also run `yarn build runtime- import { createRenderer, createAppAPI } from '@vue/runtime-core' const { render, createApp } = createRenderer({ - pathcProp, + patchProp, insert, remove, createElement, -- 2.47.3