From 6fb8856d57332bc7228963b1be1421c69855af56 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Sat, 10 Jun 2023 12:21:40 -0600 Subject: [PATCH] docs fixes --- docs/source/reference/html-attributes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/html-attributes.rst b/docs/source/reference/html-attributes.rst index 967f2dfe2..91813c355 100644 --- a/docs/source/reference/html-attributes.rst +++ b/docs/source/reference/html-attributes.rst @@ -130,7 +130,7 @@ All Attributes `aria_* `__ ARIA attributes let you specify the accessibility tree information for this element. - See ARIA attributes for a complete reference. In ReactPr, all ARIA attribute names are + See ARIA attributes for a complete reference. In ReactPy, all ARIA attribute names are exactly the same as in HTML. `auto_capitalize `__ @@ -138,7 +138,7 @@ All Attributes `content_editable `__ A boolean. If true, the browser lets the user edit the rendered element directly. This - is used to implement rich text input libraries like Lexical. ReactPr warns if you try + is used to implement rich text input libraries like Lexical. ReactPy warns if you try to pass children to an element with ``content_editable = True`` because ReactPy will not be able to update its content after user edits.