Skip to content

Commit

Permalink
web: update local-first-software.md (#1643)
Browse files Browse the repository at this point in the history
Fix wording.
  • Loading branch information
thruflo authored Sep 7, 2024
1 parent 50777cf commit ccc6f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/use-cases/local-first-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ benefits:

## Building resilient software that works offline

Cloud-first software that that needs to be online is broken by design. If the network connection fails or the backed is down, the software breaks.
Cloud-first software needs to be online in order to work. If the network connection fails or the backed is down, the software breaks.

Local-first software defaults to working. It's resilient by design. If the network connection fails, it still works. If the backed is down, it still works.

Expand Down

0 comments on commit ccc6f1d

Please sign in to comment.