Skip to content

Commit 5804020

Browse files
authored
Update use_cases.md
1 parent e3cbe46 commit 5804020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/use_cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Cases for LDK
22

3-
The standard lightning use case is running a standalone node on one's laptop.
3+
The standard Lightning use case is running a standalone node on one's laptop.
44
Here's some other use cases that LDK supports.
55

66
## Mobile Devices
@@ -16,7 +16,7 @@ blockchain data, and storage. To allow full flexibility in footprint, the API
1616
supports routing data being fetched via the Lightning P2P protocol, an external
1717
service, or routes can be calculated off-device. It also provides cross-platform
1818
compatibility for free, allowing synchronization of Lightning state across
19-
devices and, as long as there is protection from simultaneous-updates, users to
19+
devices and, as long as there is protection from simultaneous updates, users to
2020
access their wallet on any device. See the [Overview](../../overview/architecture) page for more
2121
details on the interfaces LDK provides for integration.
2222

0 commit comments

Comments
 (0)