Skip to content

Commit 70db1ca

Browse files
author
Conor Okus
committed
Fixes typo
1 parent c2c8b1a commit 70db1ca

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
@@ -5,7 +5,7 @@ Firstly, LDK is not a daemon, but rather its own implementation of the Lightning
55

66
This makes it environment agnostic, allowing you to choose your own data storage, wallet, networking stack and blockchain monitoring. In the diagram above the boxes with dotted borders are LDK's modules — these must be configured with either default or custom implementations that you provide.
77

8-
We also use an event driven archictecture that will ansychronously prompt you to do an number of things. For example LDK will generate an event when a payment is received (`PaymentReceived`). More on this in a later section.
8+
We also use an event driven archictecture that that will allow you to act upon number of things asynchronously. For example LDK will generate an event when a payment is received (`PaymentReceived`). More on this in a later section.
99

1010
::: tip Langauge Bindings
1111

0 commit comments

Comments
 (0)