From dc6b5bdb9f04bfa4ebba424d214a2c3be64cce36 Mon Sep 17 00:00:00 2001 From: Artem Savelev Date: Sat, 25 May 2024 17:25:28 -0500 Subject: [PATCH] fix(docs): typos in description (#734) --- src/routes/reference/jsx-attributes/attr.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```