diff --git a/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md b/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md index 068800282ff51..b519019160823 100644 --- a/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md +++ b/docs/fsharp/tutorials/asynchronous-and-concurrent-programming/async.md @@ -244,7 +244,7 @@ When to use: What to watch out for: -- Exceptions are wrapped in following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions. +- Exceptions are wrapped in following the convention of the Task Parallel Library, and this is different from how F# async generally surfaces exceptions. ### Async.Catch