Skip to content

Commit 5e13b53

Browse files
suryaadtmajaafontcu
authored andcommitted
docs: fix typo in docs
1 parent 15cd340 commit 5e13b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/teleport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here are some strategies and techniques for testing components using `<Teleport>
66

77
## Example
88

9-
In this example we are testing a `<Navbar>` component. It renders a `<Sigup>` component inside of a `<Teleport>`. The `target` prop of `<Teleport>` is an element located outside of the `<Navbar>` component.
9+
In this example we are testing a `<Navbar>` component. It renders a `<Signup>` component inside of a `<Teleport>`. The `target` prop of `<Teleport>` is an element located outside of the `<Navbar>` component.
1010

1111
This is the `Navbar.vue` component:
1212

0 commit comments

Comments
 (0)