Skip to content

Commit bcf82ab

Browse files
committed
Deployed 86c5be9 to 2024.2.1 with MkDocs 1.5.3 and mike 1.1.2
1 parent e6fb4c6 commit bcf82ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2024.2.1/sitemap.xml.gz

0 Bytes
Binary file not shown.

2024.2.1/user-guide/dom/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ <h2 id="pydom">PyDom</h2>
950950
interface on top.</p>
951951
<p>While the <a href="#ffi">FFI</a> interface described above focuses on giving full access to
952952
the entire Standard Web APIs, <code>pydom</code> focuses on providing a small, intuitive and yet
953-
powerful API that priotirizes common use cases fist. For this reason, it's first
953+
powerful API that prioritises common use cases fist. For this reason, its first
954954
layer is simple and intuitive (but limited to the most common use cases), but <code>pydom</code>
955955
also provides a secondary layer that can be used to directly use full FFI interface
956956
of a specific element.</p>
@@ -982,7 +982,7 @@ <h3 id="core-concepts">Core Concepts</h3>
982982
<h3 id="element">Element</h3>
983983
<p><code>pydom</code> <code>Element</code> is simply just an abstraction of a tranditional <code>Element</code> in a web page.
984984
Every <code>Element</code> always maps to an underlying <code>JavaScript</code> <code>Element</code> in a web page. These 2
985-
elements are always in sync and any change of state in one is reflect into the other.</p>
985+
elements are always in sync and any change of state in one is reflected in the other.</p>
986986
<h4 id="creating-a-new-element">Creating a new element</h4>
987987
<p>New elements can be created by using the <code>pydom.create</code> method and passing the type of element
988988
being created. Here's an example of what it looks like:</p>

0 commit comments

Comments
 (0)