Skip to content

Commit

Permalink
fix typo in portal-target documentation (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieteboerner authored Jan 22, 2021
1 parent 8694129 commit da8fed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/portal-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The `slotProps` object is used as props to render the scoped slot from a `<Porta
<p slot-scope="props">This scoped slot content is so {{ props.state }}</p>
</portal>

<portal-target name="destination" slot-props="{state: 'cool!'}" />
<portal-target name="destination" :slot-props="{state: 'cool!'}" />
```

**Result**
Expand Down

0 comments on commit da8fed1

Please sign in to comment.