Skip to content

Commit e1e8fc1

Browse files
authored
Refine wording in CHANGELOG.md
1 parent 1027b82 commit e1e8fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let foundDivs = document.getElementsByTagName!("div").object!
2424

2525
Note that the code in the first example is still dynamically typed. The Swift compiler won't warn
2626
you if you misspell names of properties or cast them to a wrong type. This feature is purely
27-
additive, and is added for convenience. You can still use force unwraps in your JavaScript. If
28-
you're interested in a statically-typed DOM API, we recommend having a look at the
29-
[DOMKit](https://github.com/swiftwasm/DOMKit), which is currently in development.
27+
additive, and is added for convenience. You can still use force unwraps in your code interfacing
28+
with JavaScriptKit. If you're interested in a statically-typed DOM API, we recommend having a look
29+
at the [DOMKit](https://github.com/swiftwasm/DOMKit), which is currently in development.
3030

3131
Lastly, `JSError` now conforms to the `JSBridgedClass` protocol, which makes it easier to integrate
3232
with idiomatic Swift code.

0 commit comments

Comments
 (0)