From bdaeb36243e10a4dbfc26efeba3309b0419ee788 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Sat, 16 May 2015 15:31:57 -0700 Subject: [PATCH] Fix typos. --- _posts/2015-04-18-fsharp-core-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-04-18-fsharp-core-notes.md b/_posts/2015-04-18-fsharp-core-notes.md index 5b2c397..4fea897 100644 --- a/_posts/2015-04-18-fsharp-core-notes.md +++ b/_posts/2015-04-18-fsharp-core-notes.md @@ -71,7 +71,7 @@ being present in production code being deployed off your machine. There _are_ some exceptions to this. * Standard installations of F# tools on Linux and Mac on Mono also install the latest FSharp.Core into the - GAC. THey also add machine-wide binding redirects for that component. That means that, for those machines, the latest innstalled FSharp.Core will be used by applications. + GAC. They also add machine-wide binding redirects for that component. That means that, for those machines, the latest installed FSharp.Core will be used by applications. * Some installations of F# on Windows Visual Studio do install FSharp.Core into the GAC.