Browse Source

Docs - fix x-teleport modal example (#2701)

Matthew DiLoreto 3 năm trước cách đây
mục cha
commit
1b70485ca4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/docs/src/en/directives/teleport.md

+ 1 - 1
packages/docs/src/en/directives/teleport.md

@@ -56,7 +56,7 @@ Here's a contrived modal example:
 
     </div>
 
-    <div class="py-4">Some other content...</div>
+    <div class="py-4">Some other content placed AFTER the modal markup.</div>
 </div>
 <!-- END_VERBATIM -->