Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann authored Sep 15, 2023
1 parent 1453ca8 commit 1656aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This makes it environment agnostic, allowing you to choose your own data storage

LDK also uses an event-driven architecture which allows for asynchronous result notification. For example you perform actions like making payments without waiting for the result and are later made aware via an event if the payment was successful or not.

::: tip Langauge Bindings
::: tip Language Bindings

Although the core SDK is written in Rust, LDK supports many other programming languages. These include Java/Kotlin, Swift, JavaScript/TypeScript (Beta), C++ (Alpha). Check out [examples](../examples.md) to see some of the implementations out in the wild!

0 comments on commit 1656aa4

Please sign in to comment.