From b6bc589f05de2698a5c1c59d225c4cb1cac69fd4 Mon Sep 17 00:00:00 2001 From: Wenfang Du Date: Sat, 8 May 2021 16:24:30 +0800 Subject: [PATCH] docs: fix typo (#932) --- 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 569f6911..49cc5ad1 100644 --- a/docs/guide/migration/index.md +++ b/docs/guide/migration/index.md @@ -234,7 +234,7 @@ router.app = app You can also extend the TypeScript definition of the `Router` interface to add the `app` property. -**Reason**: Vue 3 applications do not exist in Vue 2 and now we property support multiple applications using the same Router instance, so having an `app` property would have been misleading because it would have been the application instead of the root instance. +**Reason**: Vue 3 applications do not exist in Vue 2 and now we properly support multiple applications using the same Router instance, so having an `app` property would have been misleading because it would have been the application instead of the root instance. ### Passing content to route components' `` -- 2.47.2