From 7921ea6955db66a2bffd94155cbb6c1bc2fedd58 Mon Sep 17 00:00:00 2001 From: Riley Skains <24799022+rileyskains@users.noreply.github.com> Date: Fri, 22 Dec 2017 21:16:51 -0600 Subject: [PATCH] Spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cae116a7dc..a9f5abfb3d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The attribute `[@bs]` used in the example below is one of the OCaml attributes m When BuckleScript generates code, it may use either a curried (OCaml) or uncurried (JavaScript) calling convention depending on how the code gets optimized. The `[@bs]` attribute can be used to decorate functions and call-sites so that generated code is guaranteed to use the uncurried style. -This guarentee eases integration with existing JavaScript code and avoids unnecessary overhead. +This guarantee eases integration with existing JavaScript code and avoids unnecessary overhead. ##### Input: