Skip to content

Commit b896982

Browse files
forkialfonsogarciacaro
authored andcommitted
fix typo
1 parent 8ab6bd6 commit b896982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fable/Fable.Compiler/FSharp2Fable.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ and private transformExprWithRole (role: Role) (com: IFableCompiler) ctx fsExpr
265265
else
266266
if ctx.functionBody = DelegateFunctionBody
267267
then Fable.Value Fable.This
268-
else err "`this` is alreay bound in the current context, please wrap `jsThis` in a delegate"
268+
else err "`this` is already bound in the current context, please wrap `jsThis` in a delegate"
269269

270270
(** ## Erased *)
271271
| BasicPatterns.Coerce(_targetType, Transform com ctx inpExpr) -> inpExpr

0 commit comments

Comments
 (0)