From 04044707ecd3e05426aac30a51891b7bfbe201d0 Mon Sep 17 00:00:00 2001 From: Tan Zhen Yong Date: Fri, 16 Oct 2020 15:34:03 +0800 Subject: [PATCH] docs: fix typo in migration guide (#534) --- docs/guide/migration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migration/index.md b/docs/guide/migration/index.md index 9112d541..33dd30f0 100644 --- a/docs/guide/migration/index.md +++ b/docs/guide/migration/index.md @@ -137,7 +137,7 @@ The object returned in `scrollBehavior` is now similar to [`ScrollToOptions`](ht ``` -**Reason**: This is was a necessary change. See the [related RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0034-router-view-keep-alive-transitions.md). +**Reason**: This was a necessary change. See the [related RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0034-router-view-keep-alive-transitions.md). ### Removal of `append` prop in `` -- 2.47.3