File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ All Attributes
130130
131131`aria_* <https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes >`__
132132 ARIA attributes let you specify the accessibility tree information for this element.
133- See ARIA attributes for a complete reference. In ReactPr , all ARIA attribute names are
133+ See ARIA attributes for a complete reference. In ReactPy , all ARIA attribute names are
134134 exactly the same as in HTML.
135135
136136`auto_capitalize <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize >`__
137137 A string. Specifies whether and how the user input should be capitalized.
138138
139139`content_editable <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable >`__
140140 A boolean. If true, the browser lets the user edit the rendered element directly. This
141- is used to implement rich text input libraries like Lexical. ReactPr warns if you try
141+ is used to implement rich text input libraries like Lexical. ReactPy warns if you try
142142 to pass children to an element with ``content_editable = True `` because ReactPy will
143143 not be able to update its content after user edits.
144144
You can’t perform that action at this time.
0 commit comments