Skip to content

Commit

Permalink
Fix typo (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexika979 authored Apr 19, 2024
1 parent 39a57bc commit 171160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Working with `async`

So far we’ve only been working with synchronous users interfaces: You provide some input,
So far we’ve only been working with synchronous user interfaces: You provide some input,
the app immediately processes it and updates the interface. This is great, but is a tiny
subset of what web applications do. In particular, most web apps have to deal with some kind of asynchronous data loading, usually loading something from an API.

Expand Down

0 comments on commit 171160e

Please sign in to comment.