Skip to content

Commit 504457d

Browse files
committed
Fix missing word in CHANGELOG.md
1 parent 0d6d074 commit 504457d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 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.
@@ -40,6 +40,8 @@ with idiomatic Swift code.
4040

4141
**Merged pull requests:**
4242

43+
- Update example code in `README.md` ([#100](https://github.com/swiftwasm/JavaScriptKit/pull/100)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
44+
- Update toolchain version, script, and `README.md` ([#96](https://github.com/swiftwasm/JavaScriptKit/pull/96)) via [@MaxDesiatov](https://github.com/MaxDesiatov)
4345
- [Proposal] Add unsafe convenience methods for JSValue ([#98](https://github.com/swiftwasm/JavaScriptKit/pull/98)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
4446
- Remove all unsafe linker flags from Package.swift ([#91](https://github.com/swiftwasm/JavaScriptKit/pull/91)) via [@kateinoigakukun](https://github.com/kateinoigakukun)
4547
- Sync package.json and package-lock.json ([#90](https://github.com/swiftwasm/JavaScriptKit/pull/90)) via [@kateinoigakukun](https://github.com/kateinoigakukun)

0 commit comments

Comments
 (0)