Skip to content

Commit 86c5be9

Browse files
Merge pull request #68 from coryfitz/main
fixed typos
2 parents 24465ca + efd8aee commit 86c5be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/dom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface on top.
7777

7878
While the [FFI](#ffi) interface described above focuses on giving full access to
7979
the entire Standard Web APIs, `pydom` focuses on providing a small, intuitive and yet
80-
powerful API that priotirizes common use cases fist. For this reason, it's first
80+
powerful API that prioritises common use cases fist. For this reason, its first
8181
layer is simple and intuitive (but limited to the most common use cases), but `pydom`
8282
also provides a secondary layer that can be used to directly use full FFI interface
8383
of a specific element.
@@ -117,7 +117,7 @@ Following, we'll look into each one of these aspects a bit more in detail.
117117

118118
`pydom` `Element` is simply just an abstraction of a tranditional `Element` in a web page.
119119
Every `Element` always maps to an underlying `JavaScript` `Element` in a web page. These 2
120-
elements are always in sync and any change of state in one is reflect into the other.
120+
elements are always in sync and any change of state in one is reflected in the other.
121121

122122
#### Creating a new element
123123

0 commit comments

Comments
 (0)