From c34258fcba0f4aea3fa7140c5a900ebb413e1633 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 6 Apr 2020 22:47:53 +0900 Subject: [PATCH] chore: fix changelog typo (#918) [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76080a8364..900a960055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ according to https://github.com/vuejs/rfcs/pull/154 * `` has been renamed to ``. - `target` prop is also renmaed to `to`, so the new usage will be: + `target` prop is also renamed to `to`, so the new usage will be: ```html -- 2.47.3