소스 검색

chore: fix changelog typo (#918) [ci skip]

syuilo 6 년 전
부모
커밋
c34258fcba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -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">