Fix a typo in select-expression.md (#2385)
diff --git a/docs/select-expression.md b/docs/select-expression.md
index f0e5ae4..43fcfd2 100644
--- a/docs/select-expression.md
+++ b/docs/select-expression.md
@@ -222,7 +222,7 @@
> You can get the full code [here](../kotlinx-coroutines-core/jvm/test/guide/example-select-02.kt).
-The result of this code is quite interesting, so we'll analyze it in mode detail:
+The result of this code is quite interesting, so we'll analyze it in more detail:
```text
a -> 'Hello 0'