diff --git a/src/routes/reference/jsx-attributes/attr.mdx b/src/routes/reference/jsx-attributes/attr.mdx index 5e851446c..7aed74fca 100644 --- a/src/routes/reference/jsx-attributes/attr.mdx +++ b/src/routes/reference/jsx-attributes/attr.mdx @@ -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 -``` \ No newline at end of file +```