Change "create new" to "create a"
diff --git a/docs/exception-handling.md b/docs/exception-handling.md
index 4c85d9d..d2b34ca 100644
--- a/docs/exception-handling.md
+++ b/docs/exception-handling.md
@@ -48,7 +48,7 @@
exception, for example via [await][Deferred.await] or [receive][ReceiveChannel.receive]
([produce] and [receive][ReceiveChannel.receive] are covered later in [Channels](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/channels.md) section).
-It can be demonstrated by a simple example that creates new coroutines in [GlobalScope]:
+It can be demonstrated by a simple example that creates coroutines in the [GlobalScope]:
<div class="sample" markdown="1" theme="idea" data-highlight-only>