Skip to content

Commit f559e23

Browse files
authored
docs fixes (#1039)
1 parent c80bc51 commit f559e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/source/reference/html-attributes.rst

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)