File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ interface on top.
77
77
78
78
While the [ FFI] ( #ffi ) interface described above focuses on giving full access to
79
79
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
81
81
layer is simple and intuitive (but limited to the most common use cases), but ` pydom `
82
82
also provides a secondary layer that can be used to directly use full FFI interface
83
83
of a specific element.
@@ -117,7 +117,7 @@ Following, we'll look into each one of these aspects a bit more in detail.
117
117
118
118
` pydom ` ` Element ` is simply just an abstraction of a tranditional ` Element ` in a web page.
119
119
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.
121
121
122
122
#### Creating a new element
123
123
You can’t perform that action at this time.
0 commit comments