Skip to content

Commit dc6b5bd

Browse files
authored
fix(docs): typos in description (#734)
1 parent 02093e7 commit dc6b5bd

File tree

1 file changed

+2
-2
lines changed
  • src/routes/reference/jsx-attributes

1 file changed

+2
-2
lines changed

src/routes/reference/jsx-attributes/attr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: attr:*
33
---
44

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

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

0 commit comments

Comments
 (0)