Skip to content

Commit 1656aa4

Browse files
Fix typo
1 parent 1453ca8 commit 1656aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ This makes it environment agnostic, allowing you to choose your own data storage
77

88
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.
99

10-
::: tip Langauge Bindings
10+
::: tip Language Bindings
1111

1212
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 commit comments

Comments
 (0)