Fix "note that" comma everywhere
diff --git a/docs/select-expression.md b/docs/select-expression.md
index f8604a1..acef4b6 100644
--- a/docs/select-expression.md
+++ b/docs/select-expression.md
@@ -376,7 +376,7 @@
</div>
Now the main function awaits for the first of them to complete and counts the number of deferred values
-that are still active. Note, that we've used here the fact that `select` expression is a Kotlin DSL,
+that are still active. Note that we've used here the fact that `select` expression is a Kotlin DSL,
so we can provide clauses for it using an arbitrary code. In this case we iterate over a list
of deferred values to provide `onAwait` clause for each deferred value.