]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix typo (#932)
authorWenfang Du <duwenfangcn@163.com>
Sat, 8 May 2021 08:24:30 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 08:24:30 +0000 (10:24 +0200)
docs/guide/migration/index.md

index 569f691185e8b3ca8bf6011b957ba0a60743fec0..49cc5ad1f0df091012d64a94c75049ae28ee6328 100644 (file)
@@ -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' `<slot>`