Skip to content

Commit

Permalink
fix(docs): typos in description (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsv authored May 25, 2024
1 parent 02093e7 commit dc6b5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/reference/jsx-attributes/attr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: attr:*
---

Forces the prop to be treated as a attribute instead of an property. Useful for Web Components where you want to set attributes.
Forces the prop to be treated as an attribute instead of a property. Useful for Web Components where you want to set attributes.

```tsx
<my-element attr:status={props.status} />
```
```

0 comments on commit dc6b5bd

Please sign in to comment.