Skip to content

Commit 92f310f

Browse files
authored
Fix missing word in CHANGELOG.md
1 parent e1e8fc1 commit 92f310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Note that the code in the first example is still dynamically typed. The Swift co
2626
you if you misspell names of properties or cast them to a wrong type. This feature is purely
2727
additive, and is added for convenience. You can still use force unwraps in your code interfacing
2828
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.
29+
at the [DOMKit](https://github.com/swiftwasm/DOMKit) library, 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)