diff --git a/docs/conceptual/async.switchtocontext-method-[fsharp].md b/docs/conceptual/async.switchtocontext-method-[fsharp].md index 81f0260c..bfd052cc 100644 --- a/docs/conceptual/async.switchtocontext-method-[fsharp].md +++ b/docs/conceptual/async.switchtocontext-method-[fsharp].md @@ -46,7 +46,7 @@ If `syncContext` is null then the asynchronous computation is equivalent to [`As ## Example -The following code example illustrates how to use `Async.SwitchToContext` to switch to the UI thread to update the UI. In this, case a progress bar that indicates the state of completion of a computation is updated. +The following code example illustrates how to use `Async.SwitchToContext` to switch to the UI thread to update the UI. In this case, a progress bar that indicates the state of completion of a computation is updated. ```fsharp open System.Windows.Forms @@ -109,4 +109,4 @@ Supported in: 2.0, 4.0, Portable [Control.Async Class (F#)](Control.Async-Class-%5BFSharp%5D.md) -[Microsoft.FSharp.Control Namespace (F#)](Microsoft.FSharp.Control-Namespace-%5BFSharp%5D.md) \ No newline at end of file +[Microsoft.FSharp.Control Namespace (F#)](Microsoft.FSharp.Control-Namespace-%5BFSharp%5D.md)