Skip to content

Commit

Permalink
docs: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaadtmaja authored and afontcu committed Jun 23, 2021
1 parent 15cd340 commit 5e13b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/teleport.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here are some strategies and techniques for testing components using `<Teleport>

## Example

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.
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.

This is the `Navbar.vue` component:

Expand Down

0 comments on commit 5e13b53

Please sign in to comment.