From 5e13b53d6e551dde34d7b9202296e2d51f7b2105 Mon Sep 17 00:00:00 2001 From: sadt Date: Wed, 23 Jun 2021 15:56:16 +0700 Subject: [PATCH] docs: fix typo in docs --- docs/guide/advanced/teleport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/advanced/teleport.md b/docs/guide/advanced/teleport.md index 5e6429e85..9c4480f85 100644 --- a/docs/guide/advanced/teleport.md +++ b/docs/guide/advanced/teleport.md @@ -6,7 +6,7 @@ Here are some strategies and techniques for testing components using ` ## Example -In this example we are testing a `` component. It renders a `` component inside of a ``. The `target` prop of `` is an element located outside of the `` component. +In this example we are testing a `` component. It renders a `` component inside of a ``. The `target` prop of `` is an element located outside of the `` component. This is the `Navbar.vue` component: