Skip to content

Commit a537bb5

Browse files
Improve wording
1 parent 8a08239 commit a537bb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pages/docs/fromTag.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const DomInput = fromTag('input');
1010

1111
**This feature is available since `9.0.0` release of Reflect.**
1212

13-
Helper to create DOM-Element components.
14-
It simplifes `reflect` usage with pure elements instead of some ui-kit components.
13+
Helper to simplify `reflect` usage with pure DOM elements by creating simple components based on a html tag.
1514
Such cases can happen, when project uses tools like Tailwind.
1615

1716
## Arguments

0 commit comments

Comments
 (0)