File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ <h2 id="pydom">PyDom</h2>
950
950
interface on top.</ p >
951
951
< p > While the < a href ="#ffi "> FFI</ a > interface described above focuses on giving full access to
952
952
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
954
954
layer is simple and intuitive (but limited to the most common use cases), but < code > pydom</ code >
955
955
also provides a secondary layer that can be used to directly use full FFI interface
956
956
of a specific element.</ p >
@@ -982,7 +982,7 @@ <h3 id="core-concepts">Core Concepts</h3>
982
982
< h3 id ="element "> Element</ h3 >
983
983
< p > < code > pydom</ code > < code > Element</ code > is simply just an abstraction of a tranditional < code > Element</ code > in a web page.
984
984
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 >
986
986
< h4 id ="creating-a-new-element "> Creating a new element</ h4 >
987
987
< p > New elements can be created by using the < code > pydom.create</ code > method and passing the type of element
988
988
being created. Here's an example of what it looks like:</ p >
You can’t perform that action at this time.
0 commit comments