Fix grammatical error
diff --git a/docs/basics.md b/docs/basics.md
index c447cc4..ba8ff3d 100644
--- a/docs/basics.md
+++ b/docs/basics.md
@@ -89,7 +89,7 @@
### Bridging blocking and non-blocking worlds
The first example mixes _non-blocking_ `delay(...)` and _blocking_ `Thread.sleep(...)` in the same code.
-It is easy to get lost which one is blocking and which one is not.
+It is easy to lose track of which one is blocking and which one is not.
Let's be explicit about blocking using [runBlocking] coroutine builder:
<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">