]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix changelog typo (#918) [ci skip]
authorsyuilo <Syuilotan@yahoo.co.jp>
Mon, 6 Apr 2020 13:47:53 +0000 (22:47 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 13:47:53 +0000 (09:47 -0400)
CHANGELOG.md

index 76080a8364855c3d4e260711e449814a7059c4a2..900a96005598e85d8812c83a492778a070a9c449 100644 (file)
@@ -51,7 +51,7 @@
 according to https://github.com/vuejs/rfcs/pull/154
 * `<portal>` has been renamed to `<teleport>`.
 
-    `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
     <Teleport to="#modal-layer" :disabled="isMobile">