From b89698206160acae01fcf35ae889844ee97ff513 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Fri, 31 Mar 2017 15:19:11 +0200 Subject: [PATCH] fix typo --- src/fable/Fable.Compiler/FSharp2Fable.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fable/Fable.Compiler/FSharp2Fable.fs b/src/fable/Fable.Compiler/FSharp2Fable.fs index 9ce7cb3e4c..07f48aa15d 100644 --- a/src/fable/Fable.Compiler/FSharp2Fable.fs +++ b/src/fable/Fable.Compiler/FSharp2Fable.fs @@ -265,7 +265,7 @@ and private transformExprWithRole (role: Role) (com: IFableCompiler) ctx fsExpr else if ctx.functionBody = DelegateFunctionBody then Fable.Value Fable.This - else err "`this` is alreay bound in the current context, please wrap `jsThis` in a delegate" + else err "`this` is already bound in the current context, please wrap `jsThis` in a delegate" (** ## Erased *) | BasicPatterns.Coerce(_targetType, Transform com ctx inpExpr) -> inpExpr